List webhook endpoints
Webhooks
List webhook endpoints
List all webhook endpoints available in the organization
GET
List webhook endpoints
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter webhook endpoints by enabled state. If omitted, both enabled and disabled endpoints are returned.
Maximum number of webhook endpoints to return. Defaults to 10 if not specified.
Required range:
1 <= x <= 100Cursor of the last item from the previous page. When provided, the next page of results will be returned.
Required string length:
1 - 128Pattern:
^[A-Za-z0-9_-]+$