API Reference¶
WitFoo Analytics exposes a RESTful API for all platform operations. The API follows consistent patterns for authentication, request/response format, pagination, and error handling.
Base URL¶
Request Flow¶
The API service acts as a gateway adding JWT authentication, permission checks, and request routing. The Incident Engine contains all business logic.
Sections¶
- Authentication — JWT token management
- Standards — Request/response conventions
- Errors — Error codes and handling
- Endpoints — Full endpoint reference