This is the API backend for the HireMAAS manager-as-a-service platform. The full API implementation is coming soon.
POST /auth/login
POST /auth/verify
GET /managers/:managerId
GET /managers/:managerId/jobs
GET /managers/:managerId/schedule
GET /jobs
GET /jobs/:jobId
GET /metrics/:managerId
GET /metrics/:managerId/history
GET /customers/profile
GET /customers/dashboard
Full API documentation, database schema, and implementation details are in development.
Last updated: 2026-09-02