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. General
  • 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
  1. General

sendLocation (JSON)

POST
https://api.whatsiplus.com/sendLocation/APIKEY
Send Location via Whatsiplus API
Use this endpoint to send a location message through WhatsApp.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.whatsiplus.com/sendLocation/APIKEY' \
--header 'Content-Type: text/plain' \
--data-raw '{
    "phonenumber": [
        "15303776310",
        "15303776311"
    ],
    "lat": "38.909346",
    "long": "-77.030509"
}'
Response Response Example
{
    "0": {
        "phonenumber": "15303776310",
        "messageId": 77876
    },
    "1": {
        "phonenumber": "15303776311",
        "messageId": 77877
    },
    "success": "true",
    "messages": "Added to the message queue"
}

Request

Body Params text/plain
Examples

Responses

🟢200sendLocation (JSON)
application/json
Body

Modified at 2024-11-21 08:43:40
Previous
sendLocation
Next
isRegistered
Built with