get https://sandbox-api.akoya.com/manage//subscriptions//status
Get a paginated list of all subscriptions filtered by the status
query parameter for this application.
Valid values for the status
parameter are:
ACTIVE
PENDING
PROCESSING
TERMINATED
DENIED
Omitting the status
parameter will return ALL subscriptions across all statuses.
You can use the next
and the prev
links to page through the response. You can also pass a offset
and a limit
parameter to get a specific page. The default page size is 50 and the maximum allowed page size is 500.