cURL
curl --request GET \ --url https://api.veryfront.com/projects/{project_reference}/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 }, "period_start": "<string>", "period_end": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"my-project"
Project resource usage retrieved successfully
Show child attributes