Skip to main content
GET
/
api
/
v1
/
profile
Get profile information
curl --request GET \
  --url http://localhost:{port}/api/v1/profile \
  --header 'Authorization: Bearer <token>'
{
  "displayName": "<string>",
  "status": "<string>",
  "wid": "<string>",
  "wwebVersion": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token authentication

Response

Profile information retrieved successfully

displayName
string

The client's display name

status
string

The client's status message

wid
string

The WhatsApp ID of the client (read-only)

wwebVersion
string

WhatsApp Web version (read-only)