status to inactive. You can also update verification records after the fact or adjust provision rules when a patient’s preferences change.
Request
PATCH https://api.clinikapi.com/v1/consents/:id
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Must be
application/json.Path parameters
The ID of the consent to update (e.g.
consent_abc123).Body
Updated consent status. One of:
draft, proposed, active, rejected, inactive.Updated URI of the policy document.
Updated verification details. Replaces the existing verification object.
Updated provision rules. Replaces the existing provision object.
Response
Returns200 OK with the full updated consent resource.
The consent ID.
Updated status value.
Updated verification details, if changed.
Standard response metadata including
requestId, timestamp, status, and rate-limit fields.