List webhooks
Webhooks
List webhooks
Returns a cursor-paginated list of active webhook registrations for the authenticated organization. The signing secret is never included in list responses — it is only returned once, in the create response.
GET
List webhooks
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Opaque cursor from the previous page.
Maximum number of webhook endpoints to return.
Required range:
1 <= x <= 100