Skip to content
PesaGuard Docs

API

Reference Live

The authoritative contract is the deployment's own /openapi.json; this site mirrors it.

GET/openapi.json
curl -sS "$PESAGUARD_API_URL/openapi.json" -o openapi.json
  • Dashboard spec: OpenAPI 3.0.3, version 2.0.0.
  • Public routes sit under /api/v1.
  • Every error shares one envelope carrying a request id.

Related