Probe the user identity bound to the caller’s personal key.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Response model for GET /v1/me.
User bound to the presented personal key.
User's unique login name.
Public-safe 6-char lookup handle of the presented key. Lets the SDK log which key is in use without exposing the secret.
Authenticated principal.
User's email address, or null if unset.