The get customer subscriptions method allows retrieval of high level subscription information for the specified customer's subscriptions. The information retrieved does not contain subscription item level detail.
URL | https://[host].accumulus.com/json/customers/[customerID]/subscriptions |
---|---|
HTTP Method | GET |
Query String Parameters |
Example
GET https://[host].accumulus.com/json/customers/10248/subscriptions
Response Body
{ "Message":"SUCCESS", "Subscriptions": [{ "OfferCode":"BVHO", "PromotionCode":"BVHPRM", "ResellerID":"VENTRO", "SubscriptionID":"1061" }] }