Request
GET https://api.clinikapi.com/v1/medications/:id
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Path parameters
The medication ID to retrieve (e.g.
med_abc123).Response
Returns200 OK with the medication resource wrapped in the standard envelope.
The medication ID.
The drug code — free-text string or coded object with
system, code, and display.Medication status:
active or inactive.Dosage form (e.g.
"tablet", "capsule"), if recorded.Ingredient list with substance references and strength ratios, if recorded.
Batch details including
lotNumber and expirationDate, if recorded.Standard response metadata including
requestId, timestamp, status, and rate-limit fields.