API Reference · Webhook Endpoints
List webhook endpoints
Returns all webhook endpoints registered for the current livemode.
GET
/v1/webhook-endpointsCursor-paginated. Typically you will have one or two endpoints per mode.
Query parameters
limitintegerdefault: 10Max results.
Constraints: 1 <= limit <= 100
starting_afterstringCursor for the next page.
ending_beforestringCursor for the previous page.