-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequests.http
More file actions
33 lines (23 loc) · 786 Bytes
/
requests.http
File metadata and controls
33 lines (23 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
### Health
GET http://localhost:5143/healthz
### Post telemetry (replace GUIDs)
POST http://localhost:5143/v1/telemetry
x-api-key: change-me
Content-Type: application/json
{
"satelliteId": "00000000-0000-0000-0000-000000000001",
"stationId": "00000000-0000-0000-0000-000000000010",
"receivedAtUtc": "2025-09-17T16:00:00Z",
"rssiDbm": -85.1,
"toaMs": 12.3,
"bearingDeg": 47.0,
"snrDb": 22.2
}
### Get location
GET http://localhost:5143/v1/satellites/00000000-0000-0000-0000-000000000001/location
x-api-key: change-me
### Get observations
GET http://localhost:5143/v1/satellites/00000000-0000-0000-0000-000000000001/observations?limit=25
x-api-key: change-me
GET http://localhost:5143/v1/telemetry/satellites?stationId={b576ab3b-49b0-4959-b4bd-dc55135566ce}
x-api-key: change-me