Skip to main content
GET
/
clickwrap-templates
cURL
curl -X GET \
  -H "X-APP-ID: YOUR_APP_ID" \
  -H "X-APP-KEY: YOUR_APP_KEY" \
  "https://api.clickterm.com/public-client/v1/clickwrap-templates?tags=registrationOnly&tags=required"
[
  {
    "clickwrapTemplateId": "987e6543-e21b-45d3-b321-426614174999",
    "clickwrapTemplateName": "Terms of Service",
    "clickwrapTemplateVersion": 2,
    "clickwrapTemplateVersionMinor": 0,
    "tags": [
      "registration",
      "customer_only"
    ],
    "effectiveAt": "2025-08-20T14:00:00Z",
    "mustAcceptBy": null
  },
  {
    "clickwrapTemplateId": "123e4567-e89b-12d3-a456-426614174000",
    "clickwrapTemplateName": "Privacy Policy",
    "clickwrapTemplateVersion": 1,
    "clickwrapTemplateVersionMinor": 3,
    "tags": [],
    "effectiveAt": "2025-09-01T00:00:00Z",
    "mustAcceptBy": "2025-10-01T00:00:00Z"
  }
]

Authorizations

X-APP-ID
string
header
required

Your application's App ID, sent as the X-APP-ID header. Must be accompanied by X-APP-KEY for authenticated endpoints.

X-APP-KEY
string
header
required

Your application's secret App Key (server-side only)

Query Parameters

tags
string[]

Tags to filter templates (repeatable)

Response

200 - application/json

Templates retrieved

clickwrapTemplateId
string<uuid>

Unique identifier of the clickwrap template

clickwrapTemplateName
string

Display name of the clickwrap template

clickwrapTemplateVersion
integer

Effective major version of the template

clickwrapTemplateVersionMinor
integer

Effective minor version of the template

tags
string[]

Custom tags associated with the template (empty array if none configured)

effectiveAt
string<date-time>

When this template version became visible to end users (UTC, ISO-8601)

mustAcceptBy
string<date-time> | null

Optional acceptance deadline configured in the ClickTerm UI, or null