The get subscription method allows retrieval of detailed subscription information, including subscription items that are part of the subscription.
URL |
https://[host].accumulus.com/json/customers/ |
---|---|
HTTP Method | GET |
Query String Parameters |
Example
GET https://[host].accumulus.com/json/customers/1000/subscriptions/12030
Response Body
{ "Message":"SUCCESS", "Subscription": { "OfferCode":"BVHO", "PromotionCode":"BVHPRM", "ResellerID":"VENTRO", "SubscriptionID":"1065", "SubscriptionItems": [{ "Fields": [{ "ProductFieldCode":"URL", "Value":"www.fabrico.com" }], "ProductCode":"BVH", "SubscriptionItemID":"1000" }] } }