Index
API Reference¶
Complete API reference for TrikuSec.
Overview¶
TrikuSec provides REST API endpoints for:
- Uploading audit reports
- License key validation
Base URL¶
The TrikuSec API is available on port 8001:
The web interface (admin UI) is available on port 8000:
API Versioning¶
TrikuSec supports API versioning:
- Versioned API:
/api/v1/lynis/... - Legacy API:
/api/lynis/...(for backward compatibility)
Both endpoints route to the same views.
Authentication¶
Currently, API endpoints use license key authentication. See Authentication for details.
Endpoints¶
- API Endpoints - Complete list of endpoints
- Authentication - Authentication methods
Rate Limiting¶
API endpoints are rate-limited to prevent abuse. See configuration for details.
Response Formats¶
Success Response¶
Error Response¶
Next Steps¶
- Endpoints - Detailed endpoint documentation