Skip to main content
POST
/
send-location
Dispatch Geographic Coordinate Location Pin
curl --request POST \
  --url https://app.wachat.net/api/v1/send-location \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "instanceName": "<string>",
  "number": "<string>",
  "latitude": 123,
  "longitude": 123,
  "name": "<string>",
  "address": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.wachat.net/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate your integration payloads by injecting your premium secure Wachat Account API Private Secret Key inside standard Authorization Bearer header vectors.

Body

application/json
instanceName
string
required

Name of your connected WhatsApp session profile.

number
string
required

Destination client contact phone data format string.

latitude
number
required

The precise mapping geographic Latitude coordinate property.

longitude
number
required

The precise mapping geographic Longitude coordinate property.

name
string

Named location title label (e.g., Head Office / Store Branch).

address
string

Full alphanumeric street physical address metadata properties.

Response

200

Location point data successfully parsed and pushed.