---
title: "Share own position"
method: POST
path: "/api/position/send"
tags: ["position"]
---

# Share own position

`POST /api/position/send`

Sends a Position packet to the mesh with the specified coordinates

## Request body

- object
  - `altitude` integer
  - `latitude` number
  - `longitude` number

## 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)
