Subscriptions
List all subscriptions
This endpoint fetches all the subscriptions
GET
/
v1
/
projects
/
{projectID}
/
subscriptions
Authorizations
Authorization
string
headerrequiredPath Parameters
projectID
string
requiredProject ID
Query Parameters
direction
enum<string>
Available options:
next
, prev
endpointId
string[]
A list of endpointIDs to filter by
name
string
Subscription name to filter by
next_page_cursor
string
A pagination cursor to fetch the next page of a list
perPage
integer
The number of items to return per page
prev_page_cursor
string
A pagination cursor to fetch the previous page of a list
sort
string
Sort order, values are ASC
or DESC
, defaults to DESC
Response
200 - application/json
message
string
status
boolean
data
object
Was this page helpful?