Skip to main content
GET
List subscriptions
Lists every subscription your user has access to, either as the owner or as an invited user. The subscription ID is what you pass as subscriptionId when managing deployment instances.

Authorization

Session cookie set by Sign in: omnistrate_token=<jwt>.

Query parameters

string
Only return subscriptions for this service, for example service-12345678.
string
Environment type to filter by, for example PROD.
boolean
Include suspended, cancelled, and terminated subscriptions. Defaults to false.

Response

string[]
required
IDs of the matching subscriptions.
object[]
The subscriptions. See Describe subscription for the full field list.
string
Token to use to fetch the next page of results.
200 OK

Errors

See Error for the error response shape.