Request
PATCH https://api.clinikapi.com/v1/practitioners/{id}
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Must be
application/json.Path Parameters
The ID of the practitioner to update (e.g.
prac_xyz789).Body
Provide any subset of the practitioner fields you want to update. All fields are optional.Updated first name.
Updated last name.
Updated name prefixes.
Updated name suffixes.
Updated email address.
Updated phone number.
Updated National Provider Identifier.
Updated primary specialty.
Updated qualifications list. Replaces the entire qualifications array.
Updated BCP-47 language codes.
Updated address. Replaces the entire address object.
Response
Returns200 OK with the complete updated practitioner resource.
The practitioner’s unique ID.
The practitioner’s current specialty.
Standard response metadata.