---
title: "📍 Send Location"
method: POST
path: "/send-message/location"
---

# 📍 Send Location

`POST /send-message/location`

With this endpoint, users can share their current geographic location with another WhatsApp user. This feature is highly valuable in scenarios such as delivery tracking, ridesharing services, or simply providing location-based information. By integrating the Send Location feature, businesses can enhance their services by offering location transparency, improving logistical efficiency, and boosting customer trust.

## Request body

- object
  - `contact_id` string, required — The contact id
  - `latitude` string, required — Latitude of the location
  - `longitude` string, required — Longitude of the location
  - `title` string, required — The title of the location

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `id` string
    - `status` string
    - `message` object
      - `degreesLatitude` number
      - `degreesLongitude` number
    - `timestamp` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/crunchz/apis/live-2.md) · [All operations](https://skmtc.net/crunchz/apis/live-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crunchz/live-2/versions/14e6b45e8808/schema)
