v1

latestOpenAPI 3.0.02026-07-2442138225.7 KB
Health

Health check

Get the health status of the borrow API with current timestamp

get/health

Response

Health check status with timestamp

status'OK' | 'FAIL' required

The health status of the service

timestampstring date-time required

Timestamp when the health check was performed

Example response

{
  "timestamp": "2024-01-15T10:30:00.000Z"
}