latestOpenAPI 3.0.12026-08-08133541.4 KB
bc197ebb855c
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"
}