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

Authorizations

Authorization
string
header
required

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

Response

Usage limits for the current tier

tier
string
required

Current subscription tier

limits
object
required