Request
GET https://api.clinikapi.com/v1/patients/{id}
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Path Parameters
The patient ID to retrieve (e.g.
pt_abc123).Query Parameters
Include related resources in the response. Accepted values include
Encounter:subject and Observation:subject. Pass this parameter multiple times to include multiple resource types.Response
Returns200 OK with the patient resource.
The patient’s unique ID.
Patient’s first name.
Patient’s last name.
Patient’s email address.
Patient’s phone number.
Patient’s gender (
male, female, other, or unknown).Date of birth in
YYYY-MM-DD format.Patient’s address with
line, city, state, postalCode, and country fields.Standard response metadata including
requestId, timestamp, status, and rate-limit fields.