Getting subscription orders

Learn how to get subscription orders.

The following GET /v1/subscriptions/{subscriptionId}/orders returns all orders associated with a given subscription. You need to provide the subscription identifier (subscriptionId).

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

You will receive a 202 Accepted response.

Last updated