Skip to main content
GET
Get the current account identity

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

The current account and workspace memberships.

id
string
required
email
string<email> | null
required
activeWorkspace
object | null
required
workspaces
object[]
required