Skip to main content

Endpoints


Create a webhook

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

Delete a webhook

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