get https://{domain}/marketplace/purchase//redirect
Get the partner redirect url for a user's purchase of a product
To retrieve a list of a user's subscription purchases that is based on a product code, follow these steps:
1. Set the Request Details
- URL:
/marketplace/purchase/{productCode}/redirect
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 |
---|---|---|
productCode | The product code to fetch purchases for | Yes |
4. Make the Request
Once you've set the URL, headers, and body, send the POST request.