Two ways to trigger it
- Always require re-acceptance - a per-template toggle that re-prompts every user on every interaction. Configured in the Dashboard under Template settings.
- On demand - your backend flags specific users and templates when you decide their consent is stale, via the Request clickwrap re-acceptance endpoint.
Detecting it in your integration
Read thereAcceptanceRequired flag on the consent status endpoint. When it’s true, GET /clickwrap re-displays the agreement and the user signs again against the current content. The status stays ACCEPTED throughout, so there is no compliance gap.
Related
Request clickwrap re-acceptance
Flag specific users and templates for re-acceptance via the API.
Checking consent status
Read
reAcceptanceRequired to detect when a re-display is pending.
