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/apiprefix 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 theaccess_tokencookie. - The raw schema is available at
/openapi/swagger.json.
Chargement de la référence API…