Developers
V1AuthMe

Canonical account and current authentication context

GET
/v1/auth/me
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/auth/me"
{  "user": {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"  },  "session": {    "authMethod": "string",    "authenticatedAt": "string"  },  "context": {    "tenantId": "f97df110-f4de-492e-8849-4a6af68026b0"  }}