Endpoints
Create a webhook
POST /api/v2/webhooks
The endpoint that will receive webhook events.
Event type to subscribe to. Currently supported:
FLOW_COMPLETED.Example
Delete a webhook
POST /api/v2/webhooks/delete
ID of the webhook to remove.
Example