API Reference v1

All endpoints are served over HTTPS from vpsina.mooo.com. Authenticate with a bearer token from your dashboard.

Quickstart

curl https://vpsina.mooo.com/api/v1/summary -H "Authorization: Bearer nm_live_?"

GET /api/v1/summary

Aggregated platform health: uptime, throughput, open incidents.

GET /api/v1/regions

Per-region probe latency and uptime for the trailing 30 days.

GET /api/v1/metrics/latency?window=60

Latency percentile series for a window (15m, 60m, 24h).

GET /api/v1/incidents

Current and recent incidents with timeline.

POST /api/v1/events

Ingest a custom event. Body: {"type":"heartbeat","session":"?"}. Returns 202.

POST /api/v1/auth/login

Session login. Body: {"email":"?","password":"?"}. Returns 200 with a session cookie or 401.

Rate limit: 120 req/min per token. Responses include X-Request-Id ? quote it in support requests.