Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.returnshelper.com/uat/user/api/ApiBalance/GetApiBalance \ --header 'x-rr-apikey: <api-key>' \ --header 'x-rr-apitoken: <api-key>'
{ "totalNumberOfRecords": 123, "apiBalances": [ { "apiBalanceId": 123, "currencyCode": "<string>", "balance": 123 } ] }
Your API key
Your API token — keep this private
Success
Total number of balance records
List of API balances
Show child attributes