ScrepyDocs

Get account usage and feature allowances

Get account usage and feature allowances

GET/account/usage

Authorization

bearerApiKey
AuthorizationBearer <token>

Create a REST API key in Settings > Connected Apps. MCP credentials do not authenticate this API.

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/account/usage"
{  "data": {    "plan": "string",    "features": {      "property1": true,      "property2": true    },    "limits": {      "property1": {        "limit": 0,        "used": 0,        "remaining": 0      },      "property2": {        "limit": 0,        "used": 0,        "remaining": 0      }    }  }}