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

unsuspend

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

Unsuspending a service#

When you want to unsuspend a service that has been previously suspended, you need to call this method. For example, after a user's service period ends and the service is suspended, if the user decides to renew their service, this method should be executed.

Request Parameters#

agentKey (required): The agent key.
apiKey (required): 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 unsuspend method request.

Request

Query Params

Responses

🟢200unsuspend
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.whatsiplus.com/module/unsuspend/?agentKey=AGENTKEY&apiKey=ServiceAPIKEY'
Response Response Example
{
    "status": "true",
    "message": "The service was unsuspend successfully",
    "apiKey": "ServiceAPIKEY"
}
Modified at 2024-05-23 22:22:16
Previous
suspend
Next
renew
Built with