a84d4905fdbb
latestOpenAPI 3.1.02026-08-143874115.7 MBWebhooks
Retrieve Webhook
Retrieves the details of an existing webhook.
get/webhooks/{id}
Response
legacy webhook testable events use dot-form names
Example response
{
"api_version": "v1",
"api_version_date": "2026-01-01",
"consecutive_failures": 9,
"created_at": "2026-01-01T12:00:00.000Z",
"disabled_at": "2026-01-01T12:00:00.000Z",
"disabled_reason": "delivery_failures",
"events": [
"payment.succeeded"
],
"failing_since": "2026-01-01T12:00:00.000Z",
"id": "hook_xxxxxxxxxxxxxx",
"last_failure_at": "2026-01-01T12:00:00.000Z",
"resource_id": "biz_xxxxxxxxxxxxxx",
"testable_events": [
"invoice.created"
],
"url": "https://example.com/hooks",
"webhook_secret": "ws_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}