Returns an array of clickwrap template statuses for a specific end user, showing whether they have accepted, declined, or have pending actions for each template.
Use this to gate flows, build compliance dashboards, or audit consent without triggering the clickwrap dialog.
Authenticated — requires X-APP-ID and X-APP-KEY headers.
Status is returned only for the latest major version. Actions on
older major versions result in NO_DATA with a null timestamp.
Your application's App ID, sent as the X-APP-ID header.
Must be accompanied by X-APP-KEY for authenticated endpoints.
Your application's secret App Key (server-side only)
The end user identifier
Consent status retrieved
Unique identifier of the clickwrap template
Display name of the clickwrap template
Major version of the template associated with this status
Minor version of the template associated with this status
Current interaction status of the end user:
NO_DATA — No recorded interactionPENDING — Clickwrap presented but user hasn't actedUNVERIFIED — User acted but event not yet verifiedACCEPTED — Event verified, user acceptedDECLINED — Event verified, user declinedOVERDUE — The mustAcceptBy deadline passed with no interactionMost recent status change (UTC, ISO-8601), or null if no interaction recorded
Custom tags associated with the template
When the referenced template version became effective (UTC, ISO-8601)
Optional acceptance deadline configured in the ClickTerm UI, or null