Events
List usage events.
get/v2/events
Query parameters
limitinteger
Maximum number of records to return. Defaults to 100.
starting_afterstring
Return the next records after this event id, ordered by accepted_at then id.
Cursor resource id from the previous page.
Response
Page of resources.
Example response
{
"data": [
{
"id": "event_0194f4e3a2b77c6aa91c4f6b4db2a980",
"metric_id": "metric_0194f4e3a2b77c6aa91c4f6b4db2a980",
"currency": "usd",
"quantity": "1250.5",
"account_id": "account_0194f4e3a2b77c6aa91c4f6b4db2a980",
"occurred_at": 1767225600,
"accepted_at": 1767225600,
"created_at": 1767225600
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.