Usage
Get Usage
Retrieve the current usage for the workspace.
AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://example.com/usage"{ "tier": { "id": 0, "name": "string" }, "storage": { "used": 1, "available": 1, "total": 1 }}