Check API Health
GET
/api/v1/healthCheck that the Ushuru eTIMS API is online and reachable. No authentication required.
Requires x-api-key
http://localhost:8100/api/v1/health
No Request Body
This is a GET endpoint with no request body or parameters required.
Response
{
"status": "ok",
"timestamp": "2024-01-15T10:30:00.000Z"
}curl http://localhost:8100/api/v1/health