Skip to main content
GET
/
patients
/
health
Patients API health
curl --request GET \
  --url https://apidev.epiqconnect.com/patients/health
{
  "status": "ok",
  "timestamp": "2025-07-24T22:54:16.000Z",
  "environment": "SANDBOX"
}

Response

200 - application/json

API is healthy

status
string
Example:

"ok"

timestamp
string
Example:

"2025-07-24T22:54:16.000Z"

environment
string
Example:

"SANDBOX"