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

connect

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

Connecting a service#

By executing this method, WhatsApp will be set up on the Whatsiplus service.
note: Whenever the create method is executed, the connect method is automatically executed as well.

Response#

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

Request

Query Params

Responses

🟢200connect
application/json
Body

Modified at 2024-05-23 22:22:16
Previous
disconnect
Next
suspend
Built with