Getting a shopper's subscription

Learn how to get a shopper's subscription.

The following GET /v1/subscriptions?shopperId={shopperId} request gets a shopper's subscription using the shopper's identifier or ERID. You need to provide the shopper identifier (shopperId) or external reference identifier (ERID).

curl --location --request GET 'https://{host}//v1/subscription?shopperId={shopperId or ERID}' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic ***' \

Last updated