Browse the REST API reference

Where the OpenAPI spec lives.

The full OpenAPI 3.1 spec is served at /api/v1/docs with Swagger UI. The raw spec is at /api/v1/openapi.yaml (also JSON-encoded at /api/v1/openapi.json) — feed it to your generator of choice.

All authenticated endpoints accept a JWT bearer token. Generate one by calling POST /auth/login with the same credentials you use in the dashboard.