Get started →
API reference

Carrier events

Read the event log for the carrier — call, message, and system events — for audit and monitoring.

Event resource

Eventjson
{
  "data": {
    "id": "EV…",
    "type": "event",
    "attributes": {
      "account_id": "AC…",
      "type": "phone_call.completed",
      "created_at": "…"
    }
  }
}

List events

GET/carrier/v1/events

Return events across the carrier.

ParameterTypeDescription
filter[account_id] optionalstringRestrict to an account.
filter[type] optionalstringFilter by event type.
page optionalinteger0-indexed page.
per_page optionalintegerRecords per page.

Fetch an event

GET/carrier/v1/events/{id}

Return a single event.