POST
/
messages
/
location
curl --request POST \
  --url https://api.zapperapi.com/{instanceId}/messages/location \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "jid": "<string>",
  "location": {
    "lat": 123,
    "lon": 123
  }
}'

Authorizations

X-Api-Key
string
header
required

Chave privada da API

Body

application/json

Response

200

Default Response