Get Me
SDK v1
Get Me
Probe the user identity bound to the caller’s personal key.
GET
Get Me
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
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.

