cURL
curl --request GET \ --url https://apiif.com/v1/balance \ --header 'Authorization: Bearer <token>'
{ "success": true, "remain_balance": 10.5, "used_balance": 2.3, "unlimited_quota": false }
Get the remaining and used balance of the current API Key (token).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Token balance retrieved