Usage

Usage by person, role-filtered (owners see everyone)

GET
/v1/usage

Authorization

bearerAuth
AuthorizationBearer <token>

A personal API key (psk_…) or an OAuth access token (plan_at_…). Scopes: read, write.

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/usage"
{  "role": "OWNER",  "resetsAt": "string",  "users": [    {      "userId": "string",      "email": "string",      "balanceMicrocredits": "string",      "capacityMicrocredits": "string",      "transferableMicrocredits": "string",      "pctUsed": 0,      "resetsAt": "string"    }  ],  "orgPool": {    "balanceMicrocredits": "string",    "transferableMicrocredits": "string",    "transferableDollars": "string",    "nextExpiry": "string"  }}