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

Get profile of authenticated user

Returns details about the user associated with the authentication provided in the request's authorization header.

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

application/json
objectstring · enumRequired

Type of Object, always equals to "user"

Possible values:
idstringRequired

Unique identifier for the user

displayNamestringRequired

Full name for the user

emailstringOptional

Email address of the user

photoURLstringOptional

URL of the user's profile picture

get/user

Last updated

Was this helpful?

Powered by GitBook