Skip to main content
GET
/
prescribers
/
clinic
/
{clinicId}
Get prescribers by clinic ID
curl --request GET \
  --url https://apidev.epiqconnect.com/prescribers/clinic/{clinicId}
{
  "success": true,
  "count": 2,
  "data": [
    {
      "id": "b4f88478-4071-7025-c4ea-95ca3911d3d8",
      "npi": "1467937680",
      "fName": "Sherry",
      "lName": "Allen",
      "email": "sallen@example.com",
      "createdAt": "2025-10-14T04:17:49.231Z",
      "updatedAt": "2025-10-14T04:17:49.231Z",
      "dea": "AB1234567"
    },
    {
      "id": "149884e8-c001-7037-a06f-5f04ad331ed0",
      "npi": "1477873859",
      "fName": "Sanober",
      "lName": "Amin",
      "email": "samin@example.com",
      "createdAt": "2025-10-14T04:17:50.412Z",
      "updatedAt": "2025-10-14T04:17:50.412Z",
      "dea": "AB1234567"
    }
  ]
}

Path Parameters

clinicId
string
required

Clinic ID to fetch prescribers for

Response

Get Prescribers by Clinic