latestOpenAPI 3.0.12026-08-08133541.4 KB
bc197ebb855c
Webhook Subscriptions
Get Webhook
Get details of a webhook
get/v1/webhooks/{id}
Path parameters
idstring required
Response
Success
Example response
{
"id": "wsub_123",
"group_id": "wg_123",
"url": "https://example.com/webhook",
"status": "ACTIVE"
}