List a network's webhook subscriptions
GET/v1/networks/:networkId/webhooks
Returns a cursor-paginated page of the network's webhook subscriptions, ordered by id; each shows its url, subscribed event types, and status (active or disabled). The signing secret is never included. Requires read access to the network.
Request
Responses
- 200
- 400
- 401
- 403
- 404
A page of webhooks (the signing secret is never included)
Invalid request (e.g. a malformed pagination cursor)
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found