Get Tap Events
Returns tap events for a nonprofit based on the provided filters. Events represent individual tap interactions and are sorted by time of occurrence.
Documentation Index
Fetch the complete documentation index at: https://docs.overflow.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Client ID for API authentication
API Key for API authentication
Query Parameters
The number of tap events to return.
1 <= x <= 100The page number of the tap events to return.
x >= 1Filter tap events by group IDs.
1["6710f34fd5061afeec3eab58"]Filter tap events by destination IDs.
1["6710f34fd5061afeec3eab57"]Filter tap events by device IDs.
1["6710f34fd5061afeec3eab59"]Filter tap events on or after this date (ISO 8601).
"2026-05-01T00:00:00.000Z"
Filter tap events on or before this date (ISO 8601).
"2026-05-08T23:59:59.999Z"
The direction to sort the tap events by. Events are always sorted by time of occurrence.
ASC, DESC "DESC"