Skip to main content
GET
Get Current User

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

id
string<uuid>
required
email
string
required
first_name
string
required
last_name
string
required
display_name
string
required
picture
string
required
email_verified
boolean
required
has_password
boolean
required
timezone
string
required
created_at
string<date-time>
required
last_login_at
string<date-time> | null