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>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "username": "<string>",
  "email": "jsmith@example.com",
  "bio": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.qwix.chat/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT from POST /auth/login, or an API key via the same header depending on client configuration.

Response

User profile

id
string<uuid>
required

User id

username
string
required

Username

email
string<email>
required

Email address

bio
string | null

Short bio