v1

latestOpenAPI 3.0.32026-07-26172157253.6 KB
Client

Health check

Check if the API is running and healthy

get/api/health

Response

API is healthy

statusstring
servicestring
timestampstring date-time

Example response

{
  "status": "ok",
  "service": "Insforge Backend",
  "timestamp": "2025-01-21T03:45:22.194Z"
}