Event
List event subscriptions
List all the event subscriptions.
get/v1/event_subscriptions
Query parameters
ending_beforestring
A cursor representing an item's token before which a page of results should end. Used to retrieve the previous page of results before this item.
page_sizeinteger
Page size (for pagination).
starting_afterstring
A cursor representing an item's token after which a page of results should begin. Used to retrieve the next page of results after this item.
Response
OK
Example response
{
"data": [
{
"token": "ep_1srOrx2ZWZBpBUvZwXKQmoEYga1"
}
]
}