> ## Documentation Index
> Fetch the complete documentation index at: https://docs.clickterm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Clickwrap events

> Track every user interaction with your clickwrap templates, including acceptance status, event details, and downloadable certificates.

The **Clickwrap Events** page allows you to track every interaction users have with your templates. Each time a user views, accepts, rejects, or interacts with a clickwrap document, an event is created.

This page gives you full visibility into what happened, when it happened, and which template and version were involved.

<Info>
  Events recorded here correspond directly to event objects returned by the
  [ClickTerm API](/api-reference/overview).
</Info>

## When to use this page

* Confirm whether your integration is working correctly
* Verify if a user accepted the latest version of Terms & Conditions
* Check acceptance status during support or dispute investigations

This page is essential for legal teams, compliance, and developers who need to verify user actions or troubleshoot integrations.

## Events table

<Frame caption="Clickwrap events table">
  <img src="https://mintcdn.com/clickterm/Tkp_GRyJwpuLYp7_/product/images/events-table.webp?fit=max&auto=format&n=Tkp_GRyJwpuLYp7_&q=85&s=7108feda282450dfca9aa01d9e839fc2" alt="Clickwrap events table" width="3672" height="1326" data-path="product/images/events-table.webp" />
</Frame>

Each row in the table represents a single event:

| Column                 | Description                                       |
| ---------------------- | ------------------------------------------------- |
| **ID**                 | The event identifier                              |
| **Event date**         | When the event occurred                           |
| **End User ID**        | The user involved in the event                    |
| **Clickwrap template** | Which template was shown                          |
| **Version**            | The version used in the session                   |
| **App name**           | The application where the event happened          |
| **Event status**       | Verification status (Accepted, Pending, Declined) |
| **Actions**            | View event details (for Accepted/Declined events) |

<Info>
  Most fields mirror the event data you can retrieve through the API.
</Info>

## Event statuses

Events follow this lifecycle:

<Steps>
  <Step title="Pending">
    The user has started the clickwrap flow but has not completed it yet.
    For example, they may have opened the document but not taken action.
    This helps you track in-progress sessions and understand drop-off points.
  </Step>

  <Step title="Unverified">
    The end user has accepted or declined the terms, but your application
    has not yet confirmed the outcome. Unverified events are not considered final.
  </Step>

  <Step title="Accepted or Declined">
    After your system verifies the event, the status becomes **Accepted** or **Declined**.
    These are final states.
  </Step>
</Steps>

## Event details

The **View** button is enabled when an event has an **Accepted** or **Declined** status.

### Declined events

<Frame caption="Declined event details">
  <img src="https://mintcdn.com/clickterm/Tkp_GRyJwpuLYp7_/product/images/event-details-declined.webp?fit=max&auto=format&n=Tkp_GRyJwpuLYp7_&q=85&s=6ca3af38e634b590b1ea51d62d9c869c" alt="Declined event details" width="1338" height="1636" data-path="product/images/event-details-declined.webp" />
</Frame>

You can view:

* General metadata
* Agreement provider details
* End user information
* Technical metadata
* Event timeline

### Accepted events

<Frame caption="Accepted event details">
  <img src="https://mintcdn.com/clickterm/Tkp_GRyJwpuLYp7_/product/images/event-details-accepted.webp?fit=max&auto=format&n=Tkp_GRyJwpuLYp7_&q=85&s=b94a287abb97fe5c45b984c986002b25" alt="Accepted event details" width="1352" height="1634" data-path="product/images/event-details-accepted.webp" />
</Frame>

In addition to all of the above, you can download:

**Certificate of Acceptance**

A digitally signed PDF that proves a specific user accepted a specific clickwrap version at a specific time. The certificate includes metadata such as user ID, timestamp, IP address, browser/device information, and the exact text of the accepted terms. It serves as admissible proof for legal and compliance purposes.

**Clickwrap Agreement**

The finalized, fully rendered version of the clickwrap agreement — including all resolved placeholders — as it was presented to and accepted by the end user. This document combines the Certificate of Acceptance with the accepted content and can be downloaded for audit, legal, or compliance purposes.

## Related

<CardGroup cols={2}>
  <Card title="End users" icon="users" iconType="light" href="/product/consent/end-users">
    View consent history per end user.
  </Card>

  <Card title="Developer guide: Downloading certificates" icon="file-certificate" iconType="light" href="/dev/guides/downloading-certificates">
    Retrieve certificates programmatically via the API.
  </Card>

  <Card title="API reference — List events" icon="list" iconType="light" href="/api-reference/events/list-clickwrap-events">
    Reference for the clickwrap events listing endpoint.
  </Card>
</CardGroup>
