Skip to main content
GET
/
v1
/
whoami
cURL
curl --request GET \
  --url https://api.example.com/v1/whoami
{
  "identity": {
    "orgId": "<string>",
    "tenantId": "<string>",
    "userId": "<string>",
    "authMethod": "<string>",
    "scope": "<string>"
  }
}

Response

200 - application/json

OK

identity
object

The caller identity reflected from the request's x-hiloop-* headers.