cURL
curl --request GET \ --url https://api.doshi.app/client/marketplace/redeemed-rewards \ --header 'Authorization: Bearer <token>'
{ "redeemedRewards": [ { "id": "<string>", "delivered": true, "status": "<string>", "priceAtPurchase": 123, "requireVerification": true, "rewardId": "<string>", "rewardType": "<string>", "userId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "total": 123 }
Fetches a list of rewards redeemed by users, filterable by userId.
Authentication token (API Key) provided by Doshi. Your server's IP address must be whitelisted to use this API. Contact [email protected] to whitelist your IPs.
A list of redeemed rewards.
Show child attributes