School Org API · Serverless
Admin Backend
Monolithic API service for the admin platform. Use the REST endpoints below from the admin frontend.
Available endpoints
- POST /api/auth/login
- GET /api/health
- GET /api/v1/status
{
"status": "ok",
"service": "admin-backend",
"timestamp": "2026-06-19T22:44:01.980Z",
"database": "connected"
}