Identity
Whoami
GET
/v1/whoamiAuthorization
HTTPBearer AuthorizationBearer <token>
AskRAI API key
In: header
Response Body
application/json
curl -X GET "https://example.com/v1/whoami"{ "credential_id": "string", "credential_name": "string", "credential_type": "personal_token", "tenant_id": "string", "channel": "web_chat", "group_id": "string", "caller_type": "human", "execution_modes": [ "interactive_user" ]}