Retrieve a webhook
Retrieves a webhook in the current workspace by ID. The signing secret is returned masked; it is only shown in full when the webhook is created.
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. The signing secret is shown in full only in the create response and is masked everywhere else.
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. Shown in full only in the create response; list and get return a masked value.
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.