Skip to main content
GET
/
prescribers
/
health
Health check
curl --request GET \
  --url https://apidev.epiqconnect.com/prescribers/health
{
  "statusCode": 207,
  "message": "Prescriber creation results",
  "results": [
    {
      "index": 0,
      "statusCode": 201,
      "success": {
        "UserName": "aahles",
        "FirstName": "ANDREW",
        "LastName": "AHLES",
        "id": "d4784498-1011-7064-df9b-d8a3d29eeb7d",
        "npi": "1801159421",
        "CreatedDate": "2025-10-13T23:18:05.440Z",
        "UpdatedDate": "2025-10-13T23:18:05.440Z",
        "clinicId": "3b47a23f-9080-4a2e-a4fa-654d9aa76e80",
        "message": "Prescriber created successfully."
      }
    },
    {
      "index": 1,
      "statusCode": 400,
      "errors": {
        "backend": "Invalid NPI Provided"
      }
    }
  ]
}

Response

Service is healthy.