Get the current identity
GET/v1/auth/me
Returns the user behind the presented access token.
Responses
- 200
- 401
The authenticated user.
Missing or invalid credentials.
GET/v1/auth/me
Returns the user behind the presented access token.
The authenticated user.
Missing or invalid credentials.