---
title: "Send a waypoint"
method: POST
path: "/api/waypoints"
tags: ["waypoints"]
---

# Send a waypoint

`POST /api/waypoints`

Sends a waypoint to the mesh network via HAL

## Request body

- TransportWaypoint
  - `description` string
  - `expire` integer
  - `icon` integer
  - `id` integer
  - `latitude` number
  - `longitude` number
  - `name` string

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `503` — Service Unavailable

---

[API](https://skmtc.dev/cubeos-app/apis/meshsat-api.md) · [All operations](https://skmtc.dev/cubeos-app/apis/meshsat-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cubeos-app/meshsat-api/revisions/c019b6af96ea/schema)
