Log in to your Whatsiplus panel using this link to generate your API key

Whatsiplus API
HomeGeneralSettingWebhookPartner
Wordpress Plugin
  • WhatsApp Order Notification
  • WhatsApp Login
  • WhatsApp Scheduled Notification
WHMCS Module
  • WhatsApp Notification
  • WhatsApp Login
HomeGeneralSettingWebhookPartner
Wordpress Plugin
  • WhatsApp Order Notification
  • WhatsApp Login
  • WhatsApp Scheduled Notification
WHMCS Module
  • WhatsApp Notification
  • WhatsApp Login
WhatsApp
  1. General
  • sendMsg | Single
    GET
  • sendMsg | Single
    POST
  • sendMsg | Multiple phone numbers
    POST
  • sendMsg | Multiple phone numbers (Json)
    POST
  • sentMessages
    GET
  • receivedMessages
    GET
  • getStatus
    GET
  • pending
    GET
  • getGroupList
    GET
  • sendGroup | Single
    POST
  • sendGroup | Single
    GET
  • sendGroup | Multiple groups
    POST
  • sendLocation
    GET
  • sendLocation
    POST
  • sendLocation (JSON)
    POST
  • isRegistered
    GET
  1. General

isRegistered

GET
https://api.whatsiplus.com/isRegistered/APIKEY
This endpoint allows you to check whether a specific phone number is registered on WhatsApp. It returns a boolean value indicating if the number is associated with an active WhatsApp account.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.whatsiplus.com/isRegistered/APIKEY?phonenumber=15303776310'
Response Response Example
{
    "success": true,
    "result": true
}

Request

Query Params

Responses

🟢200isRegistered
application/json
Body

Modified at 2025-04-17 10:19:15
Previous
sendLocation (JSON)
Built with