Subscriptions
List all subscriptions
Subscriptions
List all subscriptions
This endpoint fetches all the subscriptions
GET
/
v1
/
projects
/
{projectID}
/
subscriptions
Authorization
string
*
Authorization
Required
string
projectID
string
*
projectID
Required
string
Project ID
direction
enum<string>
direction
enum<string>
endpointId
array
endpointId
array
A list of endpointIDs to filter by
name
string
name
string
Subscription name to filter by
next_page_cursor
string
next_page_cursor
string
A pagination cursor to fetch the next page of a list
perPage
integer
perPage
integer
The number of items to return per page
prev_page_cursor
string
prev_page_cursor
string
A pagination cursor to fetch the previous page of a list
sort
string
sort
string
Sort order, values are ASC
or DESC
, defaults to DESC
Authorizations
Path Parameters
Project ID
Query Parameters
Available options:
next
, prev
A list of endpointIDs to filter by
Subscription name to filter by
A pagination cursor to fetch the next page of a list
The number of items to return per page
A pagination cursor to fetch the previous page of a list
Sort order, values are ASC
or DESC
, defaults to DESC
Response
200 - application/json
Available options:
offline
, online
, disabled
Available options:
active
, inactive
, pending
, paused
Available options:
github
, twitter
, shopify
Available options:
sqs
, google
, kafka
, amqp
Available options:
http
, rest_api
, pub_sub
, db_change_stream
Available options:
cli
, api
Was this page helpful?