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.
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.
1Filter tap events by destination IDs.
1Filter tap events by device IDs.
1Filter 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"