Skip to main content
GET
Get authenticated user

Authorizations

Authorization
string
header
required

API key starting with sk_. Generate one in Settings > API Keys.

Response

200 - application/json

Default Response

createdAt
string
required

ISO 8601 creation date.

email
string
required

Email address.

firstName
string | null
required

First name.

id
string
required

Unique identifier of the user.

jobTitle
string | null
required

Job title (max 10 chars).

languageCode
string | null
required

Preferred language (ISO 639-1).

lastName
string | null
required

Last name.

organization
object
required

Organization linked to the API key.

profileImageUrl
string | null
required

URL of the profile image.