cURL
curl --request GET \ --url https://apiif.com/v1/user/balance \ --header 'Authorization: Bearer <token>'
{ "success": true, "remain_balance": 100, "used_balance": 25.5, "unlimited_quota": false }
Get the remaining and used balance of the current user account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User balance retrieved