List Event Subscriptions

GET
List all event subscriptions corresponding to your Chariot account.

Query parameters

limitintegerOptional
Limit the size of the list that is returned. The default (and maximum) is 100 objects.
cursorstringOptional
The cursor to use for pagination. If not set, the first page of results will be returned.

Response

This endpoint returns an object.
resultslist of objectsOptional
Webhooks are event notifications we send to you by HTTPS POST requests. Event Subscriptions are how you configure your application to listen for them.
nextPageTokenstringOptional
A cursor token to use to retrieve the next page of results by making another API call to the same endpoint with the same parameters (only changing the pageToken). If specified, then more results exist on the server that were not returned, otherwise no more results exist on the server.

Errors