How to Check WhatsApp numbers using API

It would be great to check if a specified phone number has WhatsApp or not to make the WhatsApp number filter.

Check WhatsApp numbers

You can use the /check method :

https://docs.ultramsg.com/api/get/contacts/check

Put in the ChatId parameter ChatId in this format: like 1408XXXXXXX@c.us

image
Check WhatsApp numbers
  • if the client’s number is connected to Whatsapp you will receive this reply :
{ "status": "valid" }
{ "status": "valid" }

If the number is not activated, the WhatsApp Service you will receive this reply :

{ "status": "invalid" }
{ "status": "invalid" }

Notes:

  • Use it wisely, not recommended to check bulk numbers.
  • Don’t worry about Check WhatsApp numbers , Because Ultramsg API check number before sending, If the customer does not have a WhatsApp number, you will find it in the invalid messages and you can get it later using this method :
    https://docs.ultramsg.com/api/get/messages

finally, you can see Full Whatsapp API Documentation and FAQ.