Skip to main content
GET
/
account
/
usage
/
limits
Get account usage limits
curl --request GET \
  --url https://api.veryfront.com/account/usage/limits \
  --header 'Authorization: Bearer <token>'
{
  "tier": "<string>",
  "limits": {
    "storage": 123,
    "bandwidth": 123,
    "api_calls": 123,
    "custom_domains": 123,
    "code_exports": 123,
    "veryfront_badge": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Response

Account usage limits for the current tier

tier
string
required

Current subscription tier name.

limits
object
required