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. Partner
  • 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
    • remove webhook
    • pending webhook
    • resend webhook
  • Partner
    • showAllService
      GET
    • create
      GET
    • qrCode
      GET
    • disconnect
      GET
    • connect
      GET
    • suspend
      GET
    • unsuspend
      GET
    • renew
      GET
    • remove
      GET
  1. Partner

suspend

GET
https://api.whatsiplus.com/module/suspend/

Suspending a service#

This method is automatically executed when the service duration ends. If an agent wants to suspend a service for any reason, they must invoke this method.
Note: After a service is suspended, only 20 days remain on the Whatsiplus servers for the user to renew it. After this period, the remove method is executed, and the service is permanently deleted from the server.

Request Parameters#

agentKey (query parameter) - The agent key.
apiKey (query parameter) - The service API key.

Response#

status: The status of the response.
message: Additional information or message related to the response.
apiKey: The API key associated with the suspend method request.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.whatsiplus.com/module/suspend/?agentKey=AGENTKEY&apiKey=ServiceAPIKEY'
Response Response Example
{
    "status": "true",
    "message": "The service was suspend successfully",
    "apiKey": "ServiceAPIKEY"
}

Request

Query Params

Responses

🟢200suspend
application/json
Body

Modified at 2024-05-23 22:22:16
Previous
connect
Next
unsuspend
Built with