List subscriptions
Subscriptions
List subscriptions
List the subscriptions your account belongs to.
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
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