Skip to main content
GET
/
credits
/
balance
Get credit balance
curl --request GET \
  --url https://api.veryfront.com/credits/balance \
  --header 'Authorization: Bearer <token>'
{
  "tier": 123,
  "purchased": 123,
  "total": 123,
  "tier_limit": 123
}

Authorizations

Authorization
string
header
required

Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.

Response

Credit balance

tier
number
required

Tier pool credits

purchased
number
required

Purchased pool credits

total
number
required

Total credits across all pools

tier_limit
number
required

Monthly credit allocation for the user tier