Appearance
Verify WhatsApp
About 77 wordsLess than 1 minute
Check If A Number Is On WhatsApp
Verifies if a given JID (WhatsApp ID) is registered on WhatsApp.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
number | string | Yes | Add Phone Number. |
API Endpoint
POST https://app.rapiwa.com/api/verify-whatsappHeader
Content-Type: application/json
Authorization: Bearer Your_Device_KeyBody
{
"number": "88017XXXXXXXXX",
}###Response:
{
"success": true,
"data": {
"number": "+88017XXXXXXXX",
"exists": true,
"jid": "88017XXXXXXXXXXXXX",
"message": "✅ Number is on WhatsApp"
}
}💡 Tip: Keep your Device Key secure. Never share it publicly.
