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. Webhook
  • set webhook
    GET
  • remove webhook
    GET
  • pending webhook
    GET
  • resend webhook
    GET
  1. Webhook

pending webhook

GET
https://api.whatsiplus.com/webhook/pending/APIKEY

Get Webhook Pending Count#

This endpoint retrieves the number of messages currently queued in the webhook.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.whatsiplus.com/webhook/pending/APIKEY'
Response Response Example
{
    "status": "true",
    "pendingCount": 0,
    "apiKey": "APIKEY",
    "message": "NO pending message",
    "url": "https://whatsiplus.com/webhook"
}

Request

None

Responses

🟢200pending webhook
application/json
Body

Modified at 2024-05-21 20:49:31
Previous
remove webhook
Next
resend webhook
Built with