🚀 Ready to Test Your API?
Access the complete interactive interface to test all your procurement system endpoints
Launch API InterfaceAuthentication
Secure login system with JWT tokens. Test authentication flows and manage user sessions.
Department Management
Create, read, update, and delete departments. Full CRUD operations with validation.
Procurement Projects
Manage procurement projects with different methods like Public Bidding and Alternative.
Purchase Requests
Handle purchase requests with item details, quantities, and approval workflows.
Configuration
Access procurement modes, processes, and system configuration settings.
Monitoring
Health checks, performance metrics, and system status monitoring.
📡 Available Endpoints
Authentication
POST
/auth/login
GET
/auth/profile
Departments
GET
/departments
POST
/departments
PUT
/departments/{id}
DELETE
/departments/{id}
Procurement
GET
/procurement/projects
POST
/procurement/projects
GET
/procurement/modes
GET
/procurement/processes
System
GET
/health
GET
/performance