English
curl -X POST https://api.livchat.ai/v1/contacts/check \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "phones": ["5511999999999", "5511888888888"] }'
{ "success": true, "code": 200, "data": { "users": [ { "query": "5511999999999", "isInWhatsapp": true, "jid": "5511999999999@s.whatsapp.net", "verifiedName": "Company Name" }, { "query": "5511888888888", "isInWhatsapp": false, "jid": null, "verifiedName": "" } ] } }
Check if phone numbers are registered on WhatsApp
Show User object