Skip to main content
GET
/
v1
/
me
Get current user
curl --request GET \
  --url https://api.withsplendor.com/v1/me \
  --header 'Authorization: Bearer <token>'
{
  "email": "you@example.com",
  "is_staff": false,
  "tenants": [
    {
      "is_admin": true,
      "name": "Acme",
      "plan": "growth",
      "propelauth_org_id": "org_abc123",
      "rbac_enabled": true,
      "role": "Admin",
      "tenant_id": "acme"
    }
  ],
  "user_id": "user_01H8Z3"
}

Authorizations

Authorization
string
header
required

API token issued from the Splendor console.

Response

Successful Response

email
string | null
required
tenants
AuthenticatedTenantItem · object[]
required
user_id
string
required
is_staff
boolean
default:false