Skip to main content
GET
Retrieve the current user

Authorizations

X-API-KEY
string
header
required

Response

OK

email
string<email>

Email is the authenticated user's email address.

Example:

"alex.morgan@example.com"

familyName
string

FamilyName is the authenticated user's last (family) name.

Example:

"Morgan"

givenName
string

GivenName is the authenticated user's first (given) name.

Example:

"Alex"

id
string<uuid>

ID is the unique identifier of the authenticated user.

Example:

"550e8400-e29b-41d4-a716-446655440000"