v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Webhooks

Get a webhook

Returns the source definition of the supplied webhook, including its URL, headers, event filters, and state. Returns 400 webhook_not_found if the id does not exist or is not accessible.

get/v6/webhooks/{webhook_id}

Path parameters

webhook_idstring required

Response

Webhook definition.

OR
OR
OR

Example response

{
  "client_key_id": "handlebars@buildtime:{{clientKeyId}}",
  "created_at": "2025-10-24T02:00:00-07:00",
  "default_method": "handlebars@buildtime:{{defaultMethod}}",
  "description": "handlebars@buildtime:{{description}}",
  "enabled": "handlebars@buildtime:{{enabled}}",
  "name": "handlebars@buildtime:{{name}}",
  "request": "handlebars@buildtime:{{request}}",
  "response_handler": "handlebars@buildtime:{{responseHandler}}",
  "retry_intervals": [
    "PT42S"
  ],
  "updated_at": "2025-10-24T02:00:00-07:00",
  "url": "handlebars@buildtime:{{url}}"
}