cURL
curl --request GET \ --url https://api.veryfront.com/credits/balance \ --header 'Authorization: Bearer <token>'
{ "tier": 123, "purchased": 123, "total": 123, "tierLimit": 123 }
Returns the current credit balance broken down by pool
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
Credit balance
Tier pool credits
Purchased pool credits
Total credits across all pools
Monthly credit allocation for the user tier