Skip to main content
GET
Returns a paginated list of all webhook endpoints for your business account. The environment (SANDBOX or PRODUCTION) is determined by the API key used — you will only see endpoints for that environment.

Authorization

Bearer <token> Query Parameters
number
Zero-based page number. Defaults to 0.
number
Number of items per page (max 50). Defaults to 10.
Response
array
Array of endpoint objects. See Create endpoint for the full endpoint shape.
number
Total number of endpoints for your account in this environment across all pages.
number
Current zero-based page number.
number
Page size used for this response.