Get a webhook subscription
Webhooks
Get a webhook subscription
Returns a single webhook subscription by ID. The signing secret is never included — a secretHint (last four characters) is returned instead. Requires a Nevermined API key. Requires organization admin privileges. Requires the organization to be on the Premium tier or higher.
GET
Get a webhook subscription
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization ID
Example:
"org-abc123"
Webhook subscription ID
Example:
"whs-9c2f1a7e"
Response
Webhook subscription with the signing secret omitted
Related topics
List webhook subscriptionsUpdate a webhook subscriptionDelete a webhook subscriptionList deliveries for a webhook subscriptionCreate a webhook subscription