Get a single webhook subscription
GET/v1/networks/:networkId/webhooks/:id
Fetches one webhook subscription, including its url, subscribed event types, and status. The signing secret is shown only once at creation and is never returned here. Requires read access to the network.
Request
Responses
- 200
- 401
- 403
- 404
The webhook (the signing secret is never included)
Missing or invalid API key
The API key is not authorized for this resource
Webhook not found