Get subscriptions by account
GET {{baseUrl}}/v1/subscriptions/accounts/:account-key?charge=<>
Retrieves all subscriptions associated with the specified account. Zuora only returns the latest version of the subscriptions.nnSubscription data is returned in reverse chronological order based on updatedDate.n
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
charge | string | The segmented rate plan charges.nnWhen an amendment results in a change to a charge, Zuora creates a segmented rate plan charge. Use this field to track segment charges.nnPossible values are:nn* last-segment: (Default) The last rate plan charge on the subscription. The last rate plan charge is the last one in the order of time on the subscription rather than the most recent changed charge on the subscription.n * current-segment: The segmented charge that is active on today???s date (effe |