cURL
curl --request GET \ --url https://api.veryfront.com/usage \ --header 'Authorization: Bearer <token>'
{ "storage": { "used": 123, "total": 123, "remaining": 123, "percent_used": 123 }, "api_calls": { "used": 123, "total": 123, "remaining": 123, "percent_used": 123 }, "period_start": "<string>", "period_end": "<string>" }
Returns the current usage overview for the authenticated user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Usage overview details
Show child attributes
Start of the current billing period
End of the current billing period