cURL
curl --request GET \ --url https://api.veryfront.com/resources \ --header 'Authorization: Bearer <token>'
{ "storage": { "used": 123, "total": 123, "remaining": 123, "percent_used": 123 }, "bandwidth": { "used": 123, "total": 123, "remaining": 123, "percent_used": 123 }, "api_calls": { "used": 123, "total": 123, "remaining": 123, "percent_used": 123 }, "release_builds": { "used": 123, "total": 123, "remaining": 123, "percent_used": 123 }, "ai_credits": { "used": 123, "total": 123, "remaining": 123, "percent_used": 123 }, "public_apps": { "used": 123, "total": 123, "remaining": 123, "percent_used": 123 }, "period_start": "<string>", "period_end": "<string>" }
Get the current user’s resource usage across all resource types
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
Resource usage details
Show child attributes
Start of the current billing period
End of the current billing period