Was this helpful?
Retrieve tenant's balance.
/tenant/balance
curl -L \ --url 'https://HOSTNAME:8887/api/tenant/balance' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "balance": 1 }
Recharge into the tenant's account.
User balance. Precision is five digits.
curl -L \ --request POST \ --url 'https://HOSTNAME:8887/api/tenant/balance' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json'
No body