Getting a subscription by identifier

Learn how to get a subscription by using the subscription identifier.

The following GET /v1/subscriptions/{subscriptionId} request changes the subscription renewal price. You need to provide the subscription identifier (subscriptionId) and the renewal unit price (renewalUnitPrice). Note that the renewal unit price (renewalUnitPrice) cannot be higher than the current price.

curl --location --request GET 'https://api.digitalriver.com/v1/subscriptions/{subscriptionId}' \
--header 'Authorization: Basic ***' \
...

Last updated