getApplicationSubscriptionHistory
getApplicationSubscriptionHistory
List<SubscriptionHistory> getApplicationSubscriptionHistory ( String vendorClientId ) throws AccountAPINGException
Returns a list of subscriptions tokens that have been associated with the customers account. This allows a vendor to identify if a customer has a previous subscription to their application and the status of each subscription.
Parameter name | Type | Required | Description |
---|---|---|---|
vendorClientId applicationKey
| String String | The unique customer identifier The unique application identifier |
Return type | Description |
---|---|
List<SubscriptionHistory> | List of subscription tokens associated with the account |
Throws | Description |
---|---|
AccountAPINGException | Generic exception that is thrown if this operation fails for any reason.
|
*Since *