cURL
curl --request GET \ --url https://api.doshi.app/client/marketplace/rewards \ --header 'Authorization: Bearer <token>'
{ "rewards": [ { "id": "<string>", "name": "<string>", "price": 123, "type": "<string>", "description": "<string>", "brand": "<string>", "imageUrl": "<string>" } ], "total": 123 }
Fetches a list of available rewards in the marketplace for the user’s institution.
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 rewards.
Show child attributes