Skip to main content
GET
/
v1
/
clicks
/
{id}
Retrieve
curl --request GET \
  --url https://{defaultHost}/v1/clicks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "63cf0398-38a6-4154-8e52-90f3bbfb8d99",
  "object": "click",
  "anonymous_id": "bddaa0c3-3471-4e45-ba3e-bfe1b19c63e0",
  "domain": "herzog-marquardt.example",
  "converted": false,
  "expires_at": 1782927067,
  "referrer": null,
  "url": "http://herzog-marquardt.example/ramiro",
  "affiliation": "900cf276-7dc4-4a4f-ab0c-d5a17d3665a5",
  "previous_click": null,
  "created_at": 1780335067,
  "updated_at": 1780335067
}

Documentation Index

Fetch the complete documentation index at: https://developer.surecart.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json

Success

id
string | null

The UUID of the specific object.

object
string

A string describing the object type returned.

anonymous_id
string

The anonymous ID used for identifying a customer across multiple clicks.

converted
boolean

Whether or not this click is associated with any referrals.

domain
string

The domain of the click.

expires_at
integer

Time at which the click expires. Measured in seconds since the Unix epoch.

referrer
string | null

The referring URL that the customer came from.

url
string

The URL where the click was tracked.

affiliation

Expandable – The associated affiliation ID.

previous_click

Expandable – The associated click ID.

created_at
integer | null

Time at which the object was created. Measured in seconds since the Unix epoch.

updated_at
integer | null

Time at which the object was last updated. Measured in seconds since the Unix epoch.