Skip to main content
GET
/
profile
Error
A valid request URL is required to generate request examples
{
  "username": "<string>",
  "firstName": "<string>",
  "lastName": "<string>",
  "email": "<string>",
  "emailVerified": true,
  "hasAvatar": true
}

Authorizations

Authorization
string
header
required

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

Response

User profile

username
string
firstName
string
lastName
string
email
string
emailVerified
boolean
hasAvatar
boolean