Health check endpoint that returns the application status, uptime, and version information.
This endpoint is used by load balancers and monitoring systems.
Note: This endpoint does not require authentication.
Security
Bearer
GET
curl -i -X GET \
https://data.logmycare.co.uk/openapi/health \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Application is healthy
Response
{ "status": "ok", "timestamp": "2024-09-10T10:30:00.000Z", "uptime": 3600000, "version": "1.0.0", "databaseSource": "mongo" }