What it checks
What does WhatsApp Business Account Check return?
Adds the Business account field for segmenting commercial contacts, prioritizing company outreach, or tailoring customer engagement.
Service type: ws_business
Check registration and identify whether the number uses a WhatsApp Business account.
POST /api/v1/check
WhatsApp Business Account CheckNo sign-in required. Daily demo limits apply.
What it checks
Adds the Business account field for segmenting commercial contacts, prioritizing company outreach, or tailoring customer engagement.
Best for
Business field semantics
A completed ws_business check reports registration status and whether the account was identified as a WhatsApp Business account at the time of the request. The business field supports contact segmentation, but it does not verify a legal company, official badge, employee role, commercial intent, or permission to contact the number.
Use registered for the base WhatsApp status, then use business to route a registered contact into a business-oriented workflow.
business=true describes the account type returned by the check. It does not establish the company name, legal identity, or official verification status.
A business account result may help prioritize review, but consent, suppression lists, recipient preferences, and platform rules still control outreach.
Use the result well
Include the country code, for example +14155552671, so the request represents one clear identifier.
This service_type returns only its defined WhatsApp fields; select a different product when you need different fields.
The backend returns the selected fields synchronously. Run a new check for an updated status, and obtain consent before contacting a person.
Direct answer
WhatsApp Business Account Check is a service_type that returns registration status and whether the account is a WhatsApp Business account. Use service_type ws_business with one submitted phone number to receive the result in the same API response and save a dashboard record. Balance is charged only for completed checks; failed or undetermined checks are refunded automatically.
Clear boundaries
API contract
Send one phone number and select this product with service_type. Authentication uses your API key.
POST /api/v1/check{
"service_type": "ws_business",
"identifier": "+14155552671"
}200 OK{
"code": 0,
"msg": "ok",
"data": {
"service_type": "ws_business",
"identifier": "+14155552671",
"registered": true,
"business": true
}
}Product FAQ
It checks one phone number and returns registration status and whether the account is a WhatsApp Business account in the same synchronous response.
Balance is charged only for completed checks. Failed or undetermined upstream requests do not keep the charge.
Submit the phone number your workflow wants to check.
No. It only reports the WhatsApp status fields available at the time of the check. You remain responsible for consent, recipient preferences, and applicable platform rules.
Related products
Create an account to run real checks across all three products via the web checker or API.