Webhook Endpoints
List webhook endpoints
Returns a paginated list of webhook endpoints configured for the authenticated organization.
GET
List webhook endpoints
Authorizations
Query Parameters
Opaque cursor from a previous response to fetch the next page
Maximum number of results to return (1-100)
Required range:
1 <= x <= 100Pagination direction relative to the cursor
Available options:
forward, backward Previous
Create a webhook endpointCreates a new webhook endpoint. The response includes a signing secret that is only shown once. Store it securely to verify webhook signatures on your server.
Next
List webhook endpoints