Paperfuldocs

Usage

Get Usage

GET
/usage

Retrieve the current usage for the workspace.

Authorization

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  }}