curl -X POST "https://api.oxenty.api.br/api/contacts/check" \ -H "X-API-Key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "sessionId": "550e8400-e29b-41d4-a716-446655440000", "numbers": ["5511999999999", "5511888888888", "5511777777777"] }'
{ "success": true, "results": [ { "number": "5511999999999", "exists": true, "jid": "5511999999999@s.whatsapp.net" }, { "number": "5511888888888", "exists": true, "jid": "5511888888888@s.whatsapp.net" }, { "number": "5511777777777", "exists": false, "jid": null } ] }
Verifica se números estão registrados no WhatsApp
["5511999999999", "5511888888888"]
Show Objeto Result
Use verificação em lote
Cache os resultados
Respeite o rate limit