Endpoint Reference
This page lists every REST API endpoint in the NetRecon platform, grouped by service category. All endpoints require JWT Bearer token authentication unless noted otherwise. See the API Overview for authentication and rate limiting details.
Base URL: https://probe.netreconapp.com/api/
Probe Endpoints
Served by the Go backend running on the probe appliance (Orange Pi R2S, Raspberry Pi, or x86_64 mini PC).
Health
| Method | Path | Auth | Description |
|---|---|---|---|
GET | /api/health | No | Probe health check. Returns {"status": "ok", "version": "1.0.0"}. |