Skip to main content
GET
/
user
/
profile
Get Profile
curl --request GET \
  --url https://api.qwix.chat/api/v1/user/profile \
  --header 'Authorization: Bearer <token>'
{
  "username": "<string>",
  "bio": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

User profile

username
string

The username of the user

bio
string | null

A short bio of the user