Skip to main content
GET
Retrieve current actor

Authorizations

Authorization
string
header
required

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

Response

OK

created_at
string<date-time>
required

The timestamp (in ISO-8601 format) of when the resource was created.

email
string
required

The (verified) email address of the user.

first_name
string | null
required

The first name of the user. Also referred to as the preferred name, as it can be the name the user wants to be called. It does not have to be the legal name.

id
string
required

Unique resource identifier.

last_name
string | null
required

The last name of the user.

locale
string
required

The locale of the user e.g 'en_GB' or 'en_US'.

modified_at
string<date-time>
required

The timestamp (in ISO-8601 format) of when the resource was last modified.

profile_photo_url
string | null
required

Relative URL of the user's profile photo, or null if none is set. Resolve it against the API base; the endpoint redirects to a short-lived image URL.