get https://{domain}/marketplace/purchase
Get a list of the user's purchases.
To retrieve a list of a user's subscription purchases, follow these steps:
1. Set the Request Details
- URL:
/marketplace/purchase
2. Add the Required Headers
Header | Value |
---|---|
accept | application/json |
x-api-key | Your API Key |
Authorization | Your User Id |
3. Prepare the Request Body
Request Body | Description | Required |
---|---|---|
inclCancelled | Whether or not cancelled subscriptions should be included in the response | Yes |
offset | The pagination offset | Yes |
limit | The pagination limit | Yes |
lang | The two-letter ISO-639-1 language code - defaults to client's default language | Yes |
4. Make the Request
Once you’ve set the URL, headers, and body, send the POST request.