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

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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