v2

latestOpenAPI 3.0.0raw.githubusercontent.com2026-02-16143114179.4 KB
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

idstring required
transactionIdstring required
subscriptionIdstring required
codestring required
timestampstring required
propertiesobject
createdAtstring required

Example response

{
  "id": "clx1234567890",
  "transactionId": "txn_unique_123",
  "subscriptionId": "clxsub123",
  "code": "api_calls",
  "properties": {
    "region": "us-east",
    "bytes": 1024
  }
}