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

create

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

Creating a service#

By executing the create method, only the Whatsiplus service is created. However, after this method is executed, the connect method is automatically executed as well.

Request#

Method: GET
Query Parameters:
agentKey (string, required): The key of the agent
planId: 2=Basic Plan, 3=Pro Plan ,4=Premium Plan
cycle :1=One month - Short term, 3=Three months - Quarterly, 6=Six months - Half-yearly, 12=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 unsuspend method request.

Request

Query Params

Responses

🟢200create
application/json
Body

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