WasenderApi - Low Cost WhatsApp API for Developers Get Session User Info - API Documentation - WasenderApi - Low Cost WhatsApp API for Developers
WasenderApi API

API Documentation

WasenderApi WhatsApp API

Get Session User Info

Sessions

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"
  }
}