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

serviceSettings

GET
https://api.whatsiplus.com/serviceSettings/APIKEY
The serviceSettings API method allows users to view their WhatsApp account settings by providing their API key to the API endpoint. Users can access various account details and configurations, including:
1.
Connection Status (connectionStatus): Indicates the current status of the service's connection.
2.
WhatsApp Number (whatsAppNumber): The WhatsApp number associated with the service.
3.
Country Code (countryCode): This code is used when sending messages to numbers without a country code prefix. By default, it is used as the country code prefix (Refer to countryCode section to set this option).
4.
WhatsApp Receive Message Status (whatsAppReceiveMessage): If enabled, indicates that the service is capable of receiving messages, allowing users to process incoming messages.
5.
Webhook (webhook): The configured webhook address. By default, it is empty. (Refer to Webhook section to set this option)
6.
Account Level (level): Indicates the service level. Level 1 corresponds to a basic service, level 2 corresponds to a pro service, and level 3 corresponds to a premium service.
By utilizing the serviceSettings method, users can gain insights into their account's configuration and monitor various aspects of their WhatsApp service.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.whatsiplus.com/serviceSettings/APIKEY'
Response Response Example
{
    "status": "true",
    "connectionStatus": "Connected to WhatsApp",
    "whatsAppNumber": "15551234567",
    "countrycode": "1",
    "statusCountryCode": "When sending a message, if the phone number starts with zero, the  will replace zero",
    "whatsAppReceiveMessage": "Enable",
    "webhook": "",
    "level": "3"
}

Request

None

Responses

🟢200serviceSettings
application/json
Body

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