Webhook Subscriptions
Register Webhook
Register an endpoint to start receiving selected webhook events
post/v1/webhooks
Headers
Idempotency-Keystring required
Request body
Example request
{
"url": "https://example.com/webhook",
"group_id": "wg_123"
}Response
Success
Example response
{
"id": "wsub_123",
"group_id": "wg_123",
"url": "https://example.com/webhook",
"status": "ACTIVE"
}