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-08-15T23:16:02.162Z",
"database": "connected"
}