---
title: "send_location"
method: POST
path: "/{instance_id}/api/v1/send_location"
---

# send_location

`POST /{instance_id}/api/v1/send_location`

Envia uma localização

## Path parameters

- `instance_id` string, required

## Request body

- object
  - `number` string, required — Número do WhatsApp do destinatário (ex: `62953907197`)
  - `lat` string, required — Coordenada da latitude (ex: `-19.8012712`)
  - `lng` string, required — Coordenada da longitude (ex: `-40.7039535`)
  - `address` string — Endereço a ser exibido (ex: `Av. Paulista, 1005. São Paulo-SP`)
  - `name` string — Nome do local a ser exibido (ex: `Ed. São Miguel`)

## Response `200`

200

- object
  - `message` string
  - `resposeMessage` object
    - `id` string
    - `timestamp` string
  - `status` boolean

## Other responses

- `400` — 400
- `401` — 401
- `500` — 500

---

[API](https://skmtc.net/chatpro/apis/chatpro-api.md) · [All operations](https://skmtc.net/chatpro/apis/chatpro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chatpro/chatpro-api/versions/d98dad273843/schema)
