Retrieves a patient record by email or phone number.
cURL
curl --request GET \ --url https://apidev.epiqconnect.com/patients/search \ --header 'apiKey: <apikey>' \ --header 'clinicId: <clinicid>'
Clinic secret for authentication
Client API key for authentication
Patient email address
Patient phone number (digits only or +1 prefix)
Patient record retrieved successfully.