Prerequisites: A completed SDK integration that returns a Signature, and your App ID + App Key for server-side calls.
Endpoint
Request
Request body
Response
On success the endpoint returns the verified clickwrap event — its status (ACCEPTED or DECLINED), event and template IDs, template version, placeholder values, technical metadata, and timestamps. For accepted events, a Certificate of Acceptance is generated.
See the verify endpoint reference for the full response schema and field descriptions.
Framework examples
Until verification is performed, the Clickwrap Event will be visible on the ClickTerm Dashboard but will remain in an Unverified state.
If a user declines the agreement, the event is still verified but no Certificate of Acceptance is generated. It is up to your application to decide how to handle this (e.g., blocking the user journey, restricting features, or allowing continued access).
Next steps
Download certificates
Retrieve the Certificate of Acceptance PDF.
Check consent status
Query whether an end user has accepted the latest version.
API reference
Full request/response details for the verify endpoint.

