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. Settings
  • WhatsApp API - WhatsiPlus Documentation
  • API Reference
    • 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
  • Settings
    • serviceSettings
      GET
    • countryCode
      GET
    • enable receiveMessage
      GET
    • disable receiveMessage
      GET
  • Webhook
    • set webhook
      GET
    • remove webhook
      GET
    • pending webhook
      GET
    • resend webhook
      GET
  • Partner
    • showAllService
      GET
    • create
      GET
    • qrCode
      GET
    • disconnect
      GET
    • connect
      GET
    • suspend
      GET
    • unsuspend
      GET
    • renew
      GET
    • remove
      GET
  1. Settings

countryCode

GET
https://api.whatsiplus.com/serviceSettings/APIKEY
This setting is specifically for sending messages to phone numbers that start with zero and there is no country code in those numbers, in this case the country code will replace the first zero.
This feature is used for numbers that did not enter the country code while sending the message.
If you are sending messages to WhatsApp numbers in different countries, make sure to include the full number with the relevant country code when sending the message.
If you enter the WhatsApp number in full when sending the message, this setting will be ignored.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.whatsiplus.com/serviceSettings/APIKEY?countryCode=44'
Response Response Example
{
    "status": "true",
    "connectionStatus": "Connected to WhatsApp",
    "whatsAppNumber": "11234567890",
    "countrycode": "44",
    "statusCountryCode": "When sending a message, if the phone number starts with zero, the 44 will replace zero",
    "whatsAppReceiveMessage": "Disable",
    "webhook": "",
    "level": "3"
}

Request

Query Params

Responses

🟢200countryCode
application/json
Body

Modified at 2024-05-21 20:49:31
Previous
serviceSettings
Next
enable receiveMessage
Built with