Events
Retrieve an event
This endpoint is used for retrieving a specific usage measurement event that has been sent to a customer or a subscription.
GET
/
events
/
{transaction_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
transaction_id
string
requiredThis field represents the unique identifier sent for this specific event (must be URL encoded).
Response
200 - application/json
event
object
requiredWas this page helpful?