cURL
curl --request GET \ --url https://api.veryfront.com/usage/limits \ --header 'Authorization: Bearer <token>'
{ "tier": "<string>", "limits": { "storage": 123, "api_calls": 123 } }
Returns usage limits for the current user subscription.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Usage limits for the current tier
Current subscription tier
Show child attributes