Events
List all events
This endpoint is used for retrieving all events.
GET
/
events
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
page
integer
Page number.
per_page
integer
Number of records per page.
external_subscription_id
string
External subscription ID
code
string
Filter events by its code.
timestamp_from
string
Filter events by timestamp starting from a specific date.
timestamp_to
string
Filter events by timestamp up to a specific date.
Response
200 - application/json
events
object[]
requiredmeta
object
requiredWas this page helpful?