Returns a dictionary with a data property that contains an array of subscriptions, starting after the cursor, if used. Each entry in the array is a separate subscription object. If no more subscriptions are available, the resulting array will be empty. This request should never return an error.
cursor | string A cursor for use in pagination. A cursor defines the starting place in a list. For instance, if you make a list request and receive 100 objects, ending with |
expand[] | Array of strings Allows you to expand responses by including related object information in a single call. See the Expand responses section of the Quickstart API Tutorials for detailed instructions. |
filter[] | Array of strings A case-sensitive filter on the list. See the Filter lists section of the Quickstart API Tutorials for detailed instructions. |
sort[] | Array of strings A case-sensitive query parameter that specifies the sort order of the list, which can be either ascending (e.g. |
page_size | integer [ 1 .. 99 ] The maximum number of results to return in a single page. If the specified |
fields[] | Array of strings Allows you to specify which fields are returned in the response.
Example: fields[]=id,created_time |
subscription.fields[] | Array of strings Deprecated Allows you to specify which fields are returned in the response.
Example: subscription.fields[]=id,created_time |
subscription_plans.fields[] | Array of strings Allows you to specify which fields are returned in the response.
Example: subscription_plans.fields[]=id,created_time |
subscription_items.fields[] | Array of strings Allows you to specify which fields are returned in the response.
Example: subscription_items.fields[]=id,created_time |
account.fields[] | Array of strings Allows you to specify which fields are returned in the response.
Example: account.fields[]=id,created_time |
invoice_owner_account.fields[] | Array of strings Allows you to specify which fields are returned in the response.
Example: invoice_owner_account.fields[]=id,created_time |
plan.fields[] | Array of strings Allows you to specify which fields are returned in the response.
Example: plan.fields[]=id,created_time |
product.fields[] | Array of strings Allows you to specify which fields are returned in the response.
Example: product.fields[]=id,created_time |
price.fields[] | Array of strings Allows you to specify which fields are returned in the response.
Example: price.fields[]=id,created_time |
bill_to.fields[] | Array of strings Allows you to specify which fields are returned in the response.
Example: bill_to.fields[]=id,created_time |
prepaid_balance.fields[] | Array of strings Allows you to specify which fields are returned in the response.
Example: prepaid_balance.fields[]=id,created_time |
prepaid_balances.fields[] | Array of strings Allows you to specify which fields are returned in the response.
Example: prepaid_balances.fields[]=id,created_time |
validity_period.fields[] | Array of strings Allows you to specify which fields are returned in the response.
Example: validity_period.fields[]=id,created_time |
transactions.fields[] | Array of strings Allows you to specify which fields are returned in the response.
Example: transactions.fields[]=id,created_time |
zuora-track-id | string A custom identifier for tracking API requests. If you set a value for this header, Zuora returns the same value in the response header. This header enables you to track your API calls to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (:), semicolon (;), double quote ("), or quote ('). |
async | boolean Default: false Making asynchronous requests allows you to scale your applications more efficiently by leveraging Zuora's infrastructure to enqueue and execute requests for you without blocking. These requests also use built-in retry semantics, which makes them much less likely to fail for non-deterministic reasons, even in extreme high-throughput scenarios. Meanwhile, when you send a request to one of these endpoints, you can expect to receive a response in less than 150 milliseconds and these calls are unlikely to trigger rate limit errors. If set to true, Zuora returns a 202 Accepted response, and the response body contains only a request ID. |
zuora-entity-ids | string An entity ID. If you have Multi-entity enabled and the authorization token is valid for more than one entity, you must use this header to specify which entity to perform the operation on. If the authorization token is only valid for a single entity or you do not have Multi-entity enabled, you do not need to set this header. |
idempotency-key | string Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. This idempotency key should be a unique value, and the Zuora server identifies subsequent retries of the same request using this value. For more information, see Idempotent Requests. |
accept-encoding | string Include a |
content-encoding | string Include a |
Default Response
Bad Request
Unauthorized
Not Found
Method Not Allowed
Too Many Requests
Internal Server Error
Bad Gateway
Service Unavailable
Gateway Timeout
curl --request GET --url 'https://rest.apisandbox.zuora.com/v2/subscriptions' --header 'Authorization: Bearer d8a7f4d2a5ef4c3eba8618cf99593e26' --header 'Content-Type: application/json'
{- "next_page": "W3sib3JkZXJCeSI6eyJmaWVsZCI6IlVwZGF0ZWREYXRlIiwib3JkZXIiOiJERVNDIn0sInZhbHVlIjoiMjAyMi0xMi0yMFQxMjoyODo1NC0wODowMCJ9LHsib3JkZXJCeSI6eyJmaWVsZCI6IklkIiwib3JkZXIiOiJERVNDIn0sInZhbHVlIjoiMmM5MmMwZjk2YWJjMTdkZTAxNmFiZDYyYmQwYzU4NTQifV0=",
- "data": [
- {
- "id": "8ad08ccf8437067601843a7af4e64rq3",
- "custom_fields": {
- "field__c": "custom field value"
}, - "subscription_number": "A-S0001332401234",
- "state": "active",
- "account_id": "2c92c0f86a8dd422016a9e7a70116b0d",
- "invoice_owner_account_id": "2c92c0f86a8dd422016a9e7a70116b0d",
- "auto_renew": true,
- "latest_version": true,
- "initial_term": {
- "interval_count": 1,
- "interval": "month",
- "type": "termed"
}, - "current_term": {
- "interval_count": 1,
- "interval": "month",
- "start_date": "2022-07-01",
- "type": "termed",
- "end_date": "2022-08-01"
}, - "start_date": "2022-07-01",
- "end_date": "2022-08-01",
- "description": "Create Subscription",
- "contract_effective": "2022-07-01",
- "service_activation": "2022-07-01",
- "customer_acceptance": "2022-07-01",
- "invoice_separately": false,
- "order_number": "O-00020812"
}, - {
- "id": "8ad08ccf8437067601843a7af4e64rq3",
- "custom_fields": {
- "field__c": "custom field value"
}, - "subscription_number": "A-S0001332401234",
- "state": "active",
- "account_id": "2c92c0f86a8dd422016a9e7a70116b0d",
- "invoice_owner_account_id": "2c92c0f86a8dd422016a9e7a70116b0d",
- "auto_renew": true,
- "latest_version": true,
- "initial_term": {
- "interval_count": 1,
- "interval": "month",
- "type": "termed"
}, - "current_term": {
- "interval_count": 1,
- "interval": "month",
- "start_date": "2022-07-01",
- "type": "termed",
- "end_date": "2022-08-01"
}, - "start_date": "2022-07-01",
- "end_date": "2022-08-01",
- "description": "Create Subscription",
- "contract_effective": "2022-07-01",
- "service_activation": "2022-07-01",
- "customer_acceptance": "2022-07-01",
- "invoice_separately": false,
- "order_number": "O-00020812"
}, - {
- "id": "8ad08ccf8437067601843a7af4e64rq3",
- "custom_fields": {
- "field__c": "custom field value"
}, - "subscription_number": "A-S0001332401234",
- "state": "active",
- "account_id": "2c92c0f86a8dd422016a9e7a70116b0d",
- "invoice_owner_account_id": "2c92c0f86a8dd422016a9e7a70116b0d",
- "auto_renew": true,
- "latest_version": true,
- "initial_term": {
- "interval_count": 1,
- "interval": "month",
- "type": "termed"
}, - "current_term": {
- "interval_count": 1,
- "interval": "month",
- "start_date": "2022-07-01",
- "type": "termed",
- "end_date": "2022-08-01"
}, - "start_date": "2022-07-01",
- "end_date": "2022-08-01",
- "description": "Create Subscription",
- "contract_effective": "2022-07-01",
- "service_activation": "2022-07-01",
- "customer_acceptance": "2022-07-01",
- "invoice_separately": false,
- "order_number": "O-00020812"
}, - {
- "id": "8ad08ccf8437067601843a7af4e64rq3",
- "custom_fields": {
- "field__c": "custom field value"
}, - "subscription_number": "A-S0001332401234",
- "state": "active",
- "account_id": "2c92c0f86a8dd422016a9e7a70116b0d",
- "invoice_owner_account_id": "2c92c0f86a8dd422016a9e7a70116b0d",
- "auto_renew": true,
- "latest_version": true,
- "initial_term": {
- "interval_count": 1,
- "interval": "month",
- "type": "termed"
}, - "current_term": {
- "interval_count": 1,
- "interval": "month",
- "start_date": "2022-07-01",
- "type": "termed",
- "end_date": "2022-08-01"
}, - "start_date": "2022-07-01",
- "end_date": "2022-08-01",
- "description": "Create Subscription",
- "contract_effective": "2022-07-01",
- "service_activation": "2022-07-01",
- "customer_acceptance": "2022-07-01",
- "invoice_separately": false,
- "order_number": "O-00020812"
}, - {
- "id": "8ad08ccf8437067601843a7af4e64rq3",
- "custom_fields": {
- "field__c": "custom field value"
}, - "subscription_number": "A-S0001332401234",
- "state": "active",
- "account_id": "2c92c0f86a8dd422016a9e7a70116b0d",
- "invoice_owner_account_id": "2c92c0f86a8dd422016a9e7a70116b0d",
- "auto_renew": true,
- "latest_version": true,
- "initial_term": {
- "interval_count": 1,
- "interval": "month",
- "type": "termed"
}, - "current_term": {
- "interval_count": 1,
- "interval": "month",
- "start_date": "2022-07-01",
- "type": "termed",
- "end_date": "2022-08-01"
}, - "start_date": "2022-07-01",
- "end_date": "2022-08-01",
- "description": "Create Subscription",
- "contract_effective": "2022-07-01",
- "service_activation": "2022-07-01",
- "customer_acceptance": "2022-07-01",
- "invoice_separately": false,
- "order_number": "O-00020812"
}
]
}