Skip to main content
GET
/
patients
/
search
Search Patient
curl --request GET \
  --url https://apidev.epiqconnect.com/patients/search \
  --header 'apiKey: <apikey>' \
  --header 'clinicId: <clinicid>'

Headers

clinicId
string
required

Clinic secret for authentication

apiKey
string
required

Client API key for authentication

Query Parameters

email
string

Patient email address

phoneNumber
string

Patient phone number (digits only or +1 prefix)

Response

200 - application/json

Patient record retrieved successfully.