📄️ API Overview
This section provides comprehensive documentation for all API endpoints in the Conducky backend. The API is built with Express.js and provides secure, role-based access to all platform functionality.
📄️ Authentication API
Authentication endpoints handle user registration, login, session management, and password reset functionality. All authentication routes are mounted at /api/auth.
📄️ Organizations API
Organization endpoints handle multi-tenant organization management, membership, and related functionality. All organization routes are mounted at /api/organizations.
📄️ Events API
Event endpoints handle event management, user roles, and event-specific operations. Events are the core organizational unit within organizations. Routes are available at both /api/events and /events.
📄️ Incidents API
Incident endpoints handle the core functionality of incident reporting, management, and tracking. Incidents can be accessed through event ID or event slug routes.