ScrepyDocs

Get the authenticated account context

Returns the current plan, feature availability, and accessible project count.

GET/account

Returns the current plan, feature availability, and accessible project count.

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"
{  "data": {    "plan": "string",    "is_paid": true,    "project_count": 0,    "features": {      "property1": true,      "property2": true    }  }}