Returns the user or service account behind the current API key, its workspace, and the key's scopes. The simplest way to verify a key works.
Returns the user or service account behind the current API key, its workspace, and the key's scopes. The simplest way to verify a key works.
Returns the authenticated identity and the scopes of the API key used.
GET
/meBearer token — `Bearer dxb_live_…`.
Response
200The authenticated identity
401Missing or invalid API key
cURL
curl --request GET \ --url https://api.doxbrix.io/v1/me
{ "id": "usr_01J7", "type": "user", "email": "you@acme.com", "workspace": { "id": "ws_01H9", "name": "Acme", "plan": "business" }, "scopes": ["read","write","publish"] }