Was this helpful?
Retrieve tenant's balance.
GET /api/tenant/balance HTTP/1.1 Host: hostname:8887 Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
OK
{ "balance": 1 }
Recharge into the tenant's account.
User balance. Precision is five digits.
POST /api/tenant/balance HTTP/1.1 Host: hostname:8887 Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 13 { "balance": 1 }
No Content