Skip to main content
POST
/
patients
/
getById
Get Patient By ID/ApiKey/ClinicId/PCN
curl --request POST \
  --url https://apidev.epiqconnect.com/patients/getById \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --header 'x-clinic-id: <x-clinic-id>' \
  --data '
{
  "id": "33a82ded-19fb-4000-b221-6bab53081962"
}
'

Headers

x-clinic-id
string
required

Client secret for authentication

x-api-key
string
required

Client API key for authentication

Body

application/json
id
string
required

Patient unique identifier.

Example:

"33a82ded-19fb-4000-b221-6bab53081962"

Response

200 - application/json

Patient record retrieved successfully.