Request
GET https://api.clinikapi.com/v1/prescriptions/{id}
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Path Parameters
The prescription ID to retrieve.
Response
Returns200 OK with the prescription resource.
Prescription ID.
Prescription status (e.g.
active, completed).Patient ID.
Prescriber practitioner ID.
Medication code with
system, code, and display.Free-text dosage instructions.
Structured dosage with dose, frequency, period, and route.
Authorized refill count.
Days of supply.
Standard response metadata.