Connections
Check if phone numbers are registered on WhatsApp
post/connections/{phoneNumber}/on-whatsapp
Path parameters
phoneNumberstring required
Example:+551234567890
Phone number for connection. Must have + prefix.
Request body
Example request
{
"jids": [
"551234567890@s.whatsapp.net"
]
}Response
Phone numbers checked successfully
Example response
{
"data": [
{
"jid": "551234567890@s.whatsapp.net"
}
]
}