Get user info
OAuth2
Get user info
Returns user information for the authenticated access token.
GET
Get user info
Documentation Index
Fetch the complete documentation index at: https://docs.hyperline.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
User given name.
Example:
"John"
User family name.
Example:
"Doe"
User full name.
Example:
"John Doe"
User picture URL.
Example:
"https://..."
User email.
Example:
"john@doe.com"
Indicates if the user email is verified.
Example:
true

