Page through all of the configured endpoints.
Method: GET
URI: /webhooks/v1/endpoints
Parameters:
Name | Description |
---|---|
limit | Optional limit to the number of endpoints returned. If not specified, the max (100) endpoints are returned. |
paginationToken | Optional pagination token, for retrieving further results after a previous page request. |
If the response contains a nextPaginationToken
property, then there are more results which can
be retrieved by making another call and using that token as the next request's paginationToken
.
Request Headers
Authorization: Basic {YOUR_API_KEY}
Status Codes
200
: Response sent as JSON in body