Set webhook config

Configure the webhook URL and event subscriptions. Provide url and events to set it up; send an empty body (omit url) to remove the webhook entirely. When url is provided, events is required. A new HMAC secret is generated and returned once on first configuration — store it immediately. Webhook callbacks are signed: header X-Clint-Signature = "sha256=" + HMAC-SHA256 over "." using the returned secret.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string

Destination URL. Omit (send an empty body) to remove the webhook.

events
array of strings

List of the events you want to receive. The list is the complete set of subscriptions: events you include are delivered, events you omit are not (re-send the full list to change it). SMS sends are also billed; this only controls which status callbacks reach your webhook.

events
Allowed:
Headers
string
required

API Token

Responses

400

Validation error

401

Invalid or missing API token

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json