Returns information about the authenticated user, their current organization, and API key permissions. Use this endpoint to verify your authentication and understand your available API access levels.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK
WhoAmI model
{
"name": "Contoso Ltd.",
"subdomain": "contoso",
"id": 1
}{
"firstName": "John",
"lastName": "Smith",
"emailAddress": "[email protected]",
"id": 1
}{
"createdAt": "2023-01-01T00:00:00Z",
"scopes": ["api"],
"type": "api-key"
}