cURL
curl --request GET \ --url https://api.veryfront.com/resources/limits \ --header 'Authorization: Bearer <token>'
{ "tier": "<string>", "limits": { "storage": 123, "bandwidth": 123, "api_calls": 123, "release_builds": 123, "ai_credits": 123, "public_apps": 123 } }
Get the resource limits for the current user’s subscription tier
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
Resource limits for current tier
Current subscription tier
Show child attributes