Webhooks
Create Subscription
post/api/v1/webhooks/subscriptions
Request body
mailbox_idstring uuid nullable
phone_number_idstring uuid nullable
agent_identity_idstring uuid nullable
urlstring required
auth_tokenstring nullable
Optional bearer token for endpoints that require it; sent as 'Authorization: Bearer <token>' on every delivery and returned on subscription reads.
Response
Successful Response
idstring uuid required
organization_idstring required
mailbox_idstring uuid nullable required
phone_number_idstring uuid nullable required
agent_identity_idstring uuid nullable
owner_identity_idstring uuid nullable
urlstring required
auth_tokenstring nullable
has_auth_tokenboolean
status'active' | 'deleted' required
created_atstring date-time required
updated_atstring date-time required
signing_keystring nullable