Proweblook Help Desk
  • Welcome to Proweblook
  • Getting Start
    • Setting Up Account
  • API Docs
    • Check WA Number API
    • Phone Number Validation
    • Check GEO IP
    • Email Verifier API
    • Caller ID Finder
  • FAQ
  • Balance check
    • WA balance Check
    • Phone Balance Check
    • Caller Info Balance Check
    • GeoIP Balance check
Powered by GitBook
On this page
  • Request
  • OR
  • Check WA Number
  • Response

Was this helpful?

  1. API Docs

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}
PreviousAPI DocsNextPhone Number Validation

Last updated 1 year ago

Was this helpful?