completed or cancelled), updating refill counts, or adding clinical notes. Send only the fields you want to change.
Request
PATCH https://api.clinikapi.com/v1/prescriptions/{id}
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Must be
application/json.Path Parameters
The ID of the prescription to update.
Body
Updated status. One of:
active, on-hold, cancelled, completed, draft.Updated refill count (0–99).
Updated dosage instructions.
Updated clinical note.
Updated substitution preference.
Response
Returns200 OK with the complete updated prescription.
Prescription ID.
Updated status.
Standard response metadata.