These endpoints configure outgoing webhooks and accept an API key or dashboard JWT. For the payload shape and signature verification, see webhooks. Each endpoint lives on its own page:
- List endpoints:
GET /v1/webhooks - Register an endpoint:
POST /v1/webhooks - Delete an endpoint:
DELETE /v1/webhooks/{webhook_id} - Test an endpoint:
POST /v1/webhooks/{webhook_id}/test - List deliveries:
GET /v1/webhooks/{webhook_id}/deliveries - Replay a delivery:
POST /v1/webhooks/{webhook_id}/deliveries/{delivery_id}/replay - Rotate secret:
POST /v1/webhooks/{webhook_id}/rotate-secret