Skip to main content
GET
Get plan usage

Authorizations

Authorization
string
header
required

Personal API token, sent as Authorization: Bearer <SANDYWP_API_KEY>. Obtain one from the dashboard account menu (API keys), sandywp auth login, or POST /api/account/tokens. A missing or invalid token returns 401 auth_required. Scoped OAuth tokens are limited to the Imports family and GET /api/account/me; see the top-level conventions.

Response

Current account usage.

email
string<email> | null
required
plan
enum<string>
required

Current billing plan identifier.

Available options:
free,
plus,
pro,
max,
team_starter,
team_agency,
team_scale
limit
integer
required
Required range: x >= 0
activeSites
integer
required
Required range: x >= 0