v1
latestOpenAPI 3.0.12026-07-244011,5573.5 MBWebhooks
Get a built webhook
Returns the fully evaluated (built) runtime form of the supplied webhook, with all evaluatable fields resolved. Returns 400 webhook_not_found if the id does not exist or is not accessible.
get/v6/webhooks/{webhook_id}/built
Path parameters
webhook_idstring required
Response
Built webhook.
Example response
{
"created_at": "2025-10-24T02:00:00-07:00",
"request": "handlebars@runtime:{{request}}",
"response_handler": "handlebars@runtime:{{responseHandler}}",
"retry_intervals": [
"PT42S"
],
"updated_at": "2025-10-24T02:00:00-07:00"
}