Skip to main content

API Reference

This page documents the HTTP API of the ServaSec application. The OpenAPI contract is generated from the backend annotations via make swagger and auto-published by make swagger-copy.

Usage

  • Base URL : https://{your-host}/api (the /api prefix is stripped by the reverse proxy before reaching the API).
  • Authentication : header Authorization: Bearer <token>, an API key (X-Api-Key: sc_..., see API Keys), or the access_token cookie.
  • The raw schema is available at /openapi/swagger.json.
Chargement de la référence API…