Skip to main content
GET
/
clickwrap-events
/
{id}
/
agreement
cURL
curl -X GET \
  -H "X-APP-ID: YOUR_APP_ID" \
  -H "X-APP-KEY: YOUR_APP_KEY" \
  -o agreement.pdf \
  "https://api.clickterm.com/public-client/v1/clickwrap-events/{clickwrapEventId}/agreement"
"<string>"

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)

Path Parameters

id
string<uuid>
required

Clickwrap Event ID

Response

Clickwrap Agreement PDF

The response is of type file.