Skip to main content
WEBHOOK

Headers

X-Meeting-Bot-Signature
string
required

Signature header t=<unix-seconds>,v1=<hex>. Compute HMAC-SHA256 with the webhook secret over the timestamp ASCII bytes, a literal . byte, and the exact raw request-body bytes; hex-encode and compare v1 in constant time. Reject timestamps outside your accepted skew. No bearer token is sent.

Body

application/json
id
string
required

Unique event id; deduplicate deliveries on it.

Example:

"whdel_9f2c..."

event
enum<string>
required

Event type.

Available options:
transcript.completed
version
string
required

Envelope version.

Example:

"1"

occurred_at
string<date-time>
required

When the event occurred.

data
object
required

Finalized transcript details.

Response

200

Return any 2xx status promptly to acknowledge the delivery; non-2xx responses and timeouts are retried.