Skip to content

API Reference

MeshSat Bridge exposes a REST API on port 6050 (configurable via MESHSAT_PORT).

Base URL

http://<your-ip>:6050/api

Swagger

Interactive API docs: http://<your-ip>:6050/swagger/index.html

Key Endpoints

MethodPathDescription
GET/api/messagesList messages
POST/api/messagesSend a message
GET/api/interfacesList interfaces
GET/api/interfaces/healthHealth scores
GET/api/rulesList access rules
GET/api/config/exportExport config as YAML
POST/api/config/importImport config
GET/api/deliveriesList deliveries
GET/api/topologyMesh topology
GET/api/iridium/modemModem status
GET/POST/api/deadmanDead man's switch
GET/POST/DELETE/api/geofencesGeofence management

Made by MeshSat