Subscriptions
List all subscriptions
This endpoint fetches all the subscriptions
get/v1/projects/{projectID}/subscriptions
Path parameters
projectIDstring required
Project ID
Query parameters
direction'next' | 'prev'
endpointIdstring[]
A list of endpointIDs to filter by
namestring
Subscription name to filter by
next_page_cursorstring
A pagination cursor to fetch the next page of a list
perPageinteger
The number of items to return per page
prev_page_cursorstring
A pagination cursor to fetch the previous page of a list
sortstring
Sort order, values are ASC or DESC, defaults to DESC
Response
OK