Get a webhook subscription
Webhooks
Get a webhook subscription
GET
Get a webhook subscription
Authorizations
OAuth2 client credentials flow. Exchange your client_id and
client_secret for a short-lived access token, then pass it as
a Bearer token in the Authorization header.
Headers
Organisation ID that scopes this request. The authenticated consumer must be authorized for this organisation. Omitting this header returns 400; passing an unauthorised org returns 403.
Path Parameters
Webhook ID (TypeID format).
Response
Webhook subscription detail.
Example:
"wbh_01kqzcjrpyf27tged31m134keg"
Example:
"https://hooks.example.com/cula"
Event types this webhook subscribes to.
Example:
[
"delivery.created",
"material_sourcing.created"
]Available options:
enabled, disabled