status to find active or inactive entries, and use cursor to navigate through pages of results.
Request
GET https://api.clinikapi.com/v1/medications
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Query parameters
Filter by medication status. One of:
active, inactive.Number of results to return per page. Maximum:
100. Defaults to 20.Opaque pagination cursor returned in the previous response. Omit to start from the beginning.
Response
Returns200 OK with a paginated list of medication resources.
Array of medication objects matching the query filters.
Medication ID.
Drug code — free-text string or coded object.
Medication status:
active or inactive.Dosage form, if recorded.
Standard response metadata including
requestId, timestamp, status, and rate-limit fields.Cursor to pass as
cursor in the next request to fetch the following page. Absent when there are no more results.