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

renew

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

Renewing a service#

To renew the service, this method should be called to perform the service renewal for the user

Request Parameters#

agentKey (string): The key of the agent
apiKey (string): The API key for the service
cycle (integer): The cycle for renewal
_The "cycle" field can have the following values:
1: for one month (Short term),
3: for three months (Quarterly),
6: for six months (Half-yearly),
12: for twelve months (Annual).

Response#

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

Request

Query Params

Responses

🟢200renew
application/json
Body

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