Retrieve a webhook
Retrieves a webhook in the current workspace by ID. The response includes its signing secret; treat it as sensitive.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
OK
A webhook subscription and its delivery configuration. Responses include the signing secret; treat it as sensitive.
Unique webhook ID.
HTTPS endpoint that receives webhook deliveries.
^https://Content type sent with webhook deliveries.
application/json, application/x-www-form-urlencoded Human-readable webhook name.
Workspace event slugs that trigger a delivery, for example deployment.invoked or llm.response.
Signing secret used to compute X-Orq-Signature as the lowercase hexadecimal HMAC-SHA256 of the exact request body bytes. Treat this value as sensitive.
Account ID that created the webhook.
Account ID that most recently updated the webhook.
Creation time in RFC 3339 format.
Most recent update time in RFC 3339 format.
Whether webhook deliveries are enabled.
Server-managed number of consecutive delivery failures.