# Verify identity of current user and resolve to a principal

**GET /v1/security/oidc/whoami**

Obtain the principal and details of the JWT passed in the bearer token.


## Servers
- http://localhost:9644: http://localhost:9644 ()



## Parameters




## Responses
### 200
Successful response

#### Body: application/json (object)
- **id** (string)
  Mapped principal for authorization
- **expire** (integer(int64))
  Unix timestamp of the expiry of the token

### 401
Unauthorized


[Powered by Bump.sh](https://bump.sh)
