status to find active consents across your patient population. Results are paginated using an opaque cursor.
Request
GET https://api.clinikapi.com/v1/consents
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Query parameters
Filter consents to a specific patient (e.g.
pt_abc123).Filter by consent status. One of:
draft, proposed, active, rejected, inactive.Return only consents dated on or after this date (
YYYY-MM-DD).Return only consents dated on or before this date (
YYYY-MM-DD).Number of results per page. Maximum:
100. Defaults to 20.Opaque pagination cursor from the previous response. Omit to start from the beginning.
Response
Returns200 OK with a paginated list of consent resources.
Array of consent objects matching the search filters.
Consent ID.
Patient reference.
Consent scope.
Consent status.
Standard response metadata including
requestId, timestamp, status, and rate-limit fields.Cursor for the next page. Absent when there are no more results.