Prerequisites: A verified clickwrap event with status
ACCEPTED, and your App ID + App Key for server-side calls.ACCEPTED, ClickTerm generates downloadable PDF documents and stores the accepted content. Use these endpoints to retrieve them for legal records, compliance audits, or customer portals.
Certificate of Acceptance
A digitally signed PDF that proves a specific user accepted a specific clickwrap version at a specific time. Includes user ID, timestamp, IP address, browser/device information. Stored in immutable storage at the time of event verification and serves as admissible proof in legal and compliance contexts.Endpoint
application/pdf. See the certificate endpoint reference for the full request and response details.
Clickwrap Agreement
The complete agreement PDF — includes the fully rendered clickwrap content (with all placeholders resolved) plus the Certificate of Acceptance appended at the end.Endpoint
application/pdf. See the agreement endpoint reference for the full request and response details.
Both endpoints require a verified event with status
ACCEPTED.
Events with status DECLINED, PENDING, or UNVERIFIED will return an error.Get clickwrap event details
Retrieve full metadata for a clickwrap event after it has been verified. Use it to audit the clickwrap lifecycle, cross-check template versions, or drive downstream workflows.Endpoint
Response
Returns the event’s full metadata: status, event and template IDs, template version, placeholder values, technical metadata, and lifecycle timestamps (presentedAt, actionAt, effectiveAt).
See the event details reference for the full response schema and field descriptions.
Related
Verifying a Signature
How to verify consent and create the event.
Checking consent status
Query whether a user has accepted the latest version.
API reference — List events
Reference for the clickwrap events listing endpoint.
API reference — Certificate
Full request/response details for the certificate endpoint.
API reference — Agreement
Full request/response details for the agreement endpoint.

