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
  • WhatsApp API - WhatsiPlus Documentation
  • API Reference
    • sendMsg | Single
      GET
    • sendMsg | Single
      POST
    • sendMsg | Multiple phone numbers
      POST
    • sendMsg | Multiple phone numbers (Json)
      POST
    • sentMessages
      GET
    • receivedMessages
      GET
    • getStatus
      GET
    • pending
      GET
    • getGroupList
      GET
    • sendGroup | Single
      POST
    • sendGroup | Single
      GET
    • sendGroup | Multiple groups
      POST
    • sendLocation
      GET
    • sendLocation
      POST
    • sendLocation (JSON)
      POST
    • isRegistered
      GET
  • Settings
    • serviceSettings
      GET
    • countryCode
      GET
    • enable receiveMessage
      GET
    • disable receiveMessage
      GET
  • Webhook
    • set webhook
    • remove webhook
    • pending webhook
    • resend webhook
  • Partner
    • showAllService
      GET
    • create
      GET
    • qrCode
      GET
    • disconnect
      GET
    • connect
      GET
    • suspend
      GET
    • unsuspend
      GET
    • renew
      GET
    • remove
      GET
  1. Partner

qrCode

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

Show QrCode#

After executing the create and connect methods, the qrCode method must be executed. Once this method is executed, the service is ready to connect to the user's WhatsApp. Through this method, users can view the QR code and connect their WhatsApp to the service.

Response#

The response will be a JSON object with the following properties:
status (string): Represents the status of the response.
apiKey (string): Represents the API key used for the request.
qrCode (string): Represents the QR code information.
whatsAppStatus (string): Represents the status of WhatsApp.
message (string): Represents any additional message included in the response.
This response can be used to validate and understand the structure of the JSON data returned from the API endpoint.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.whatsiplus.com/module/qrCode?apiKey=SrviceAPIKEY'
Response Response Example
{
    "status": "true",
    "apiKey": "SrviceAPIKEY",
    "qrCode": "2@QZ0LfvTvQwBIH4U/7hCRCh5QBBL83QvnRK29zgmbL6TXaDCXXuld/USxgyo1MWE3CXi/EX75bsLV1w==,mzikgZmC1PKxYX+/1RKtTIkjZBWPCYCS5u3GhW3uMB0=,KJYkd+GszBVkmksRPQINfV63G5Xwm6D0yhsxWAdg0hI=,aj/AHg4Q5OzrWsAN8CfO3o7yP9HnNLNNKCSe31qVn9I=,1",
    "whatsAppStatus": "Not connected",
    "message": "The qr code was generated"
}

Request

Query Params

Responses

🟢200qrCode
application/json
Body

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