/v1/credits/balanceAuthGet Balance
Return the current Fox Credits balance, total credits ever added, credits used, and any fraud warning flag on the account.
No parameters
curl -X GET "https://api.verifox.ai/v1/credits/balance" \
-H "X-API-Key: vfx_your_api_key"{
"balance": 4850,
"used": 150,
"total": 5000,
"flagged": false,
"fraudWarning": null
}