GET
/api/user
Retrieves information about the WhatsApp user associated with the current API key session.
Get Session User Info
Retrieves information about the WhatsApp user associated with the current API key session.
Code Examples
curl "https://www.wasenderapi.com/api/user"
-H "Authorization: Bearer YOUR_API_KEY"
Response Examples
{
"success": true,
"data": {
"id": "1234567890:42@s.whatsapp.net",
"name": "Your WhatsApp Name",
"lid": "Your LID"
}
}