Check WA Number API
Request
// Curl
curl --location 'https://proweblook.com/api/v1/checkwanumber?number=Number%20with%20country%20code&api_key=your%20proweblook%20api%20key'
OR
Check WA Number
GET
https://proweblook.com/api/v1/checkwanumber
To check whether number exists or not in whatsapp.
Request Body
Name
Type
Description
number*
string
Phone Number with country code
api_key*
string
Your Proweblook api key
Response
{"balance":1003,"status":true,"numberstatus":true,"businessnumber":false}
Last updated
Was this helpful?