Skip to main content
GET
cURL

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

clickwrapTemplateId
string<uuid>

Filter by Clickwrap Template ID

endUserId
string

Filter by end user identifier

clickwrapEventStatus
enum<string>

Filter by verified event status

Available options:
ACCEPTED,
DECLINED
from
string<date-time>

Inclusive lower bound for actionAt (UTC, ISO-8601)

to
string<date-time>

Inclusive upper bound for actionAt (UTC, ISO-8601). Must be after from.

limit
integer
default:20

Maximum number of results to return per page

Required range: 1 <= x <= 100
nextPageCursor
string

Opaque pagination cursor returned by the previous page

Response

Paginated list of clickwrap events

Cursor-paginated response containing verified clickwrap events

items
object[]

Events matching the supplied filters, ordered newest first by actionAt

nextPageCursor
string | null

Opaque cursor for the next page, or null when no more results remain