Skip to main content
WEBHOOK

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
event
string
required

Event name

Allowed value: "call.analysis.completed"
Example:

"call.analysis.completed"

version
string
required

Payload schema version

Allowed value: "1.0"
Example:

"1.0"

timestamp
string<date-time>
required

ISO 8601 timestamp when the webhook was generated

Example:

"2026-05-18T09:44:40.971Z"

data
object
required

Response

200

Acknowledged. Any 2xx response is treated as success.