GET
/api/contacts
Retrieves a list of all contacts synced with the WhatsApp session.
Get All Contacts
Retrieves a list of all contacts synced with the WhatsApp session.
Code Examples
curl "https://www.wasenderapi.com/api/contacts"
-H "Authorization: Bearer YOUR_API_KEY"
Response Examples
{
"success": true,
"data": [
{
"jid": "1234567890",
"name": "Contact Name",
"notify": "Contact Display Name",
"verifiedName": "Verified Business Name",
"imgUrl": "https:\/\/profile.pic.url\/image.jpg",
"status": "Hey there! I am using WhatsApp."
}
]
}