Create Webhook

Creates a new webhook configuration. Advance will immediately start delivering matching events to the provided URL. The URL must use HTTPS. Providing a secret is strongly recommended — Advance uses it to sign every delivery with an HMAC-SHA256 signature sent in the X-Webhook-Signature header, allowing your endpoint to verify the request is genuine.

Body Params

DTO for creating a webhook

string | null
event_types
array of strings
required
Event Types*
string
required
string | null
string
required
Responses

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