Events
Get event by ID
Retrieve a single usage event by its ID.
get/api/events/{id}
Path parameters
idstring required
Event ID
Response
Event details
Example response
{
"id": "clx1234567890",
"transactionId": "txn_unique_123",
"subscriptionId": "clxsub123",
"code": "api_calls",
"properties": {
"region": "us-east",
"bytes": 1024
}
}Changes
Changed in 1 of the 2 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○