Skip to main content

Endpoints


Create a webhook

POST /api/v2/webhooks
url
string
required
The endpoint that will receive webhook events.
type
string
required
Event type to subscribe to. Currently supported: FLOW_COMPLETED.
Example

Delete a webhook

POST /api/v2/webhooks/delete
id
string
required
ID of the webhook to remove.
Example