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. Setting
  • serviceSettings
    GET
  • countryCode
    GET
  • enable receiveMessage
    GET
  • disable receiveMessage
    GET
  1. Setting

enable receiveMessage

GET
https://api.whatsiplus.com/serviceSettings/APIKEY
This method allows you to receive messages in your WhatsApp service. When activated, you can see and respond to all incoming messages. For example, you can set up automatic responses to messages you receive.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.whatsiplus.com/serviceSettings/APIKEY?receiveMessage=on'
Response Response Example
{
    "status": "true",
    "connectionStatus": "Connected to WhatsApp",
    "whatsAppNumber": "1123456789",
    "countrycode": "44",
    "statusCountryCode": "When sending a message, if the phone number starts with zero, the 44 will replace zero",
    "whatsAppReceiveMessage": "Enable",
    "webhook": "",
    "level": "3"
}

Request

Query Params

Responses

🟢200enable receiveMessage
application/json
Body

Modified at 2024-05-21 20:49:31
Previous
countryCode
Next
disable receiveMessage
Built with