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. API Reference
  • 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. API Reference

receivedMessages

GET
https://api.whatsiplus.com/receivedMessages/APIKEY
This method displays all the received messages in pagination
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.whatsiplus.com/receivedMessages/APIKEY?page=1&phonenumber=1555'
Response Response Example
{
    "count": 3,
    "pageCount": 1,
    "page": "page 1 from 1",
    "data": [
        {
            "id": "141",
            "type": "chat",
            "from": "15551234567",
            "to": "15551234568",
            "date": "2024/05/01 13:43:53",
            "message": "This is a test message3 from WhatsiPlus"
        },
        {
            "id": "140",
            "type": "chat",
            "from": "15551234567",
            "to": "15551234568",
            "date": "2024/05/01 13:33:06",
            "message": "This is a test message2 from WhatsiPlus"
        },
        {
            "id": "139",
            "type": "chat",
            "from": "15551234567",
            "to": "15551234568",
            "date": "2024/05/01 13:29:20",
            "message": "This is a test message1 from WhatsiPlus"
        }
    ]
}

Request

Query Params

Responses

🟢200receivedMessages
application/json
Body

Modified at 2024-05-21 20:49:31
Previous
sentMessages
Next
getStatus
Built with