Retrieve subscriptions
Get all subscriptions by shopper id or external reference Id
Shopper Id or External Reference Id
Basic authorization (dispatch Key and Secret) or Full access token
OK
- Bad request
- Please verify your API key and secret (if applicable) is correct.
- Not found
- Conflict
Get subscription details by subscription Id
Subscription Id
Basic authorization (dispatch Key and Secret) or Full access token
OK
The subscription information of the item.
If true, indicates that this is a free trial.
trueIf true, indicates that renewals for this subscription are automatic rather than manual.
trueFor auto renewal subscriptions, the terms displayed to the customer at acquisition.
Please accept these terms.The unique identifier of the plan
654321The subscription identifier.
665430999The Digital River billing agreement identifier.
cfeba2ac-d532-49e4-99f4-7a433507facfThe start date and time of the subscription.
{"offset":{"totalSeconds":0,"id":"Z","rules":{"fixedOffset":true,"transitions":[],"transitionRules":[]}},"nano":0,"year":2020,"monthValue":5,"dayOfMonth":21,"hour":0,"minute":0,"second":0,"month":"MAY","dayOfWeek":"THURSDAY","dayOfYear":142}The startTime plus the subscription duration.
{"offset":{"totalSeconds":0,"id":"Z","rules":{"fixedOffset":true,"transitions":[],"transitionRules":[]}},"nano":0,"year":2021,"monthValue":5,"dayOfMonth":20,"hour":11,"minute":59,"second":59,"month":"MAY","dayOfWeek":"THURSDAY","dayOfYear":140}- Bad request
- Please verify your API key and secret (if applicable) is correct.
- Not found
- Conflict
Last updated