API Documentation¶
The Kamerplanter REST API follows OpenAPI 3.0. All endpoints are available under /api/v1/. Tenant-specific endpoints use /api/v1/t/{tenant_slug}/.
Interactive API Docs (with running backend)¶
- Swagger UI:
http://localhost:8000/docs - ReDoc:
http://localhost:8000/redoc
In This Section¶
- Overview — Base URL, pagination, error format
- Authentication — JWT, OAuth2/OIDC
- Error Handling — HTTP status codes, error schema