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

getStatus

GET
https://api.whatsiplus.com/getStatus/APIKEY
This method retrieves the status of a message ID.
The getStatus API method allows users to retrieve the status of a sent message by providing its unique ID. This method accepts a single input parameter called id, which represents the ID of the message that was sent. By supplying this ID, users can query the API to obtain details about the message's status, including the date it was sent and the recipient's phone number. This functionality enables users to monitor the progress and delivery status of their messages, providing valuable insights into their messaging activities.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.whatsiplus.com/getStatus/APIKEY?id=23145'
Response Response Example
{
    "status": "OK",
    "statusInfo": "Message successfully sent",
    "id": "23145",
    "phonenumber": "15551234567",
    "text": "This is a test from WhatsiPlus",
    "created": "2024-04-30 11:48:35",
    "execute": "2024-04-30 11:54:51",
    "delivery": "read"
}

Request

Query Params

Responses

🟢200getStatus
application/json
Body

Modified at 2024-05-21 20:49:31
Previous
receivedMessages
Next
pending
Built with