Skip to main content
WEBHOOK

Authorizations

Authorization
string
header
required

An API key from Settings > API keys. Scopes: business:read, business:write, calls:read, contacts:read, contacts:write, appointments:read, appointments:write, messages:read, knowledge:write, webhooks:manage.

Headers

webhook-id
string
required

Event id. The same for every retry of this event.

webhook-timestamp
string
required

Unix time in seconds when this attempt was signed.

webhook-signature
string
required

Space-separated signatures, each v1,.

Body

application/json
id
string<uuid>
required

Event id. Also sent as the webhook-id header; use it to ignore duplicates.

type
string
required
Allowed value: "call.completed"
api_version
string
required
Allowed value: "v1"
created_at
string<date-time>
required

ISO 8601 timestamp in UTC.

business_id
string<uuid>
required

Stable identifier (UUID).

data
object
required

Response

200

Return any 2xx status within 10 seconds to acknowledge the event.