cURL
curl --request POST \ --url https://{defaultHost}/v1/public/clicks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "click": { "affiliation_code": "49DAC833", "url": "http://example.com" } } '
{ "id": "5ff8bdf8-62b1-449b-9dd9-3c62921af20d", "object": "click", "domain": "example.com", "expires_at": 1780602907, "referrer": null, "url": "http://example.com", "created_at": 1778010907, "updated_at": 1778010907 }
Creates a new click.
Documentation IndexFetch the complete documentation index at: https://developer.surecart.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.surecart.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Was this page helpful?