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

getGroupList

GET
https://api.whatsiplus.com/getGroupList/APIKEY
This method is designed to retrieve the group ID intended for use in the 'sendGroup' method.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.whatsiplus.com/getGroupList/APIKEY'
Response Response Example
[
    {
        "groupId": "120363293575057977",
        "groupName": "Group Test 2"
    },
    {
        "groupId": "120363292564959780",
        "groupName": "Group Test 1"
    }
]

Request

None

Responses

🟢200getGroupList
application/json
Body

Modified at 2024-05-21 20:49:31
Previous
pending
Next
sendGroup | Single
Built with