Radicas Docs
API referenceGenerated

Me

GET
/me

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/me"
{  "subject": "string",  "tenant_id": "string",  "email": "string",  "name": "string",  "roles": [    "string"  ],  "org_name": "string",  "is_staff": true,  "memberships": [    {      "tenant_id": "string",      "role": "string",      "org_name": "string"    }  ],  "onboarding": {    "has_account": true,    "has_active_key": true,    "has_data": true,    "discovered_features": 0  }}