Skip to main content
GET
Get the 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

Successful Response

A user's profile.

id
string<uuid>
required
email
string | null
required
first_name
string | null
required
last_name
string | null
required
image_url
string | null
required
created_at
string<date-time>
required