Request
PATCH https://api.clinikapi.com/v1/patients/{id}
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Must be
application/json.Path Parameters
The ID of the patient to update (e.g.
pt_abc123).Body
Provide any subset of the patient fields you want to update. All fields are optional for this request.Updated first name. Maximum 100 characters.
Updated last name. Maximum 100 characters.
Updated email address.
Updated phone number. Maximum 20 characters.
Updated gender. One of:
male, female, other, unknown.Updated date of birth in
YYYY-MM-DD format.Updated address. Replaces the entire address object.
Response
Returns200 OK with the complete updated patient resource.
The patient’s unique ID.
Patient’s current first name.
Patient’s current last name.
Patient’s current email address.
Standard response metadata including
requestId, timestamp, status, and rate-limit fields.