API Reference
cURL
curl --request GET \ --url http://localhost:{port}/api/v1/profile \ --header 'Authorization: Bearer <token>'
{ "displayName": "<string>", "status": "<string>", "wid": "<string>", "wwebVersion": "<string>" }
Retrieve the current WhatsApp client profile information
JWT token authentication
Profile information retrieved successfully
The client's display name
The client's status message
The WhatsApp ID of the client (read-only)
WhatsApp Web version (read-only)