Get Events
Path parameters
entityId
Entity ID or Entity ForeignID
paymentMethodId
Payment Method ID or Payment Method ForeignID
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
startDate
Start date filter. If not provided, events from the start of time will be returned.
endDate
End date filter. If not provided, events to the end of time will be returned.
limit
Limit the number of events returned. Limit can range between 1 and 100, and the default is 50.
startingAfter
The ID of the event to start after.
Response
This endpoint returns an object.
data
The list of events
count
The total number of events
hasMore
Whether there are more events to fetch