List Webhook Endpoints V2
Webhook Endpoints
List All Registered Webhook Endpoints
List all webhook endpoints for the authenticated application, with optional filtering by status and subscribed event types.
List Webhook Endpoints V2
Use this endpoint to retrieve a paginated list of the webhook endpoints registered to your application. Filter by
status to narrow the list to enabled, disabled, or errored endpoints, and by subscribedEvents to find endpoints carrying a given subscription. Signing secrets are never included.
The
subscribedEvents filter matches literally against each endpoint’s subscription list rather than expanding wildcards. Filtering by transfer.* returns endpoints that subscribed with the transfer.* wildcard itself, not endpoints subscribed to transfer.succeeded. To find every endpoint that would receive one event, pass both forms: subscribedEvents=transfer.succeeded,transfer.*,*.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
object
required
Response
A paginated list of webhook endpoints.
Array of webhook endpoint presentations
Whether there is a next page
Example:
false
Whether there is a previous page
Example:
false
Number of items per page
Required range:
1 < x < 100Example:
10
Current page number
Example:
1
Total number of items
Example:
1
Total number of pages
Example:
1
Last modified on August 27, 2026