For the complete documentation index, see llms.txt. This page is also available as Markdown.

Current user

Make updates to the user to which the login token was issued.

Get profile

get

Retrieve the profile of the currently logged in user.

Authorizations
AuthorizationstringRequired

Provide the token that is returned upon login

Responses
200

OK

application/json

A user on the platform.

activeSessionsintegerRequired

The number of logged in session for the user.

avatarUrlstringOptional

URL to the user's profile picture.

biostringOptional

The user's description

createdAtstring · date-timeRequired

When the user was created.

defaultEmailstringOptional

The default email of the user in the list of emails.

idstring · uuidRequired

ID of the user

localestring · locale-bcp47Optional
namestringRequired

The display name for the user

phoneNumberone ofOptional
string · phone-numberOptional
or
string · enumOptionalPossible values:
statusstring · enumRequired

The status of the user

Default: pendingPossible values:
timezonestring · timezoneOptional

The default timezone for the user.

updatedAtstring · date-timeRequired

When the user was last updated.

get
/me

Update profile

patch

Update the profile of the currently logged in user.

Authorizations
AuthorizationstringRequired

Provide the token that is returned upon login

Body
namestringOptional

The display name for the user

biostringOptional

The user's description

avatarUrlstringOptional

URL to the user's profile picture.

localestring · locale-bcp47Optional
timezonestring · timezoneOptional

The default timezone for the user.

Responses
200

OK

application/json

A user on the platform.

activeSessionsintegerRequired

The number of logged in session for the user.

avatarUrlstringOptional

URL to the user's profile picture.

biostringOptional

The user's description

createdAtstring · date-timeRequired

When the user was created.

defaultEmailstringOptional

The default email of the user in the list of emails.

idstring · uuidRequired

ID of the user

localestring · locale-bcp47Optional
namestringRequired

The display name for the user

phoneNumberone ofOptional
string · phone-numberOptional
or
string · enumOptionalPossible values:
statusstring · enumRequired

The status of the user

Default: pendingPossible values:
timezonestring · timezoneOptional

The default timezone for the user.

updatedAtstring · date-timeRequired

When the user was last updated.

patch
/me

Delete profile

delete

Delete the profile of the currently logged in user. Essentially deleting your account with the platform.

Authorizations
AuthorizationstringRequired

Provide the token that is returned upon login

Responses
delete
/me
202

OK

No content

Last updated

Was this helpful?