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

loginWithCode

GET
https://api.whatsiplus.com/module/loginWithCode/SrviceAPIKEY
This endpoint is used to log in a WhatsApp account by generating a unique pairing code.
When this API is called, a login request is automatically sent to the WhatsApp application on the device associated with the provided phone number.
The user must then enter the pairing code (pairCode) shown in the API response inside their WhatsApp mobile app to complete the login process successfully.

Request

Query Params

Responses

🟢200loginWithCode
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.whatsiplus.com/module/loginWithCode/SrviceAPIKEY?phoneNumber=44740073341'
Response Response Example
{
    "status": "true",
    "message": "Success",
    "pairCode": "D2Z8-9ZRY",
    "apiKey": "ServiceApiKey"
}
Modified at 2025-10-25 15:44:38
Previous
qrCode
Next
disconnect
Built with