Webhook Endpoints
List all webhook subscriptions
Returns a paginated list of your webhook endpoints, sorted by creation date with the most recently created endpoints first.
GET
Query Parameters
Maximum number of endpoints to return (default 10).
Required range:
1 <= x <= 100
Cursor for pagination; returns items after this endpoint ID.
Cursor for pagination; returns items before this endpoint ID.
Specifies related objects to expand in each endpoint (for example, expand[]=application
).
Body
application/json · object
Response
200
application/json
A dictionary with a data property that contains an array of up to limit Webhook Endpoint objects, starting after Endpoint starting_after. Each entry in data is a separate Webhook Endpoint object. If no additional endpoints are available, the array is empty.
The response is of type object
.