API Documentation

Explore the available API endpoints below.

Endpoints

GET /health

Health check endpoint used by the ALB. Returns current service and database status.

{
  "status": "healthy",
  "database": "connected"
}
GET /api/docs

Returns API documentation metadata and list of available endpoints.

GET /api/status

Returns service status, uptime, and database connectivity information.

{
  "service": "Developer Portal",
  "status": "operational",
  "uptime": 3600,
  "database": {
    "status": "connected",
    "name": "devportal",
    "serverTime": "2026-03-14T12:00:00.000Z"
  }
}

Resources