cURL
curl --request GET \ --url https://api.veryfront.com/me/usage \ --header 'Authorization: Bearer <token>'
{ "storage": { "used": 123, "total": 123, "percent_used": 123, "remaining": 123 }, "api_calls": { "used": 123, "total": 123, "percent_used": 123, "remaining": 123 }, "ai_credits": { "used": 123, "total": 123, "percent_used": 123, "remaining": 123 }, "release_builds": { "used": 123, "total": 123, "percent_used": 123, "remaining": 123 }, "period_start": "<string>", "period_end": "<string>" }
Returns resource usage for the current user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User resource usage statistics
Show child attributes