Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://{defaultHost}/v1/public/clicks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "click": { "affiliation_code": "81BF2EDF", "url": "http://example.com" } } '
{ "id": "1982a340-8ba8-4aa8-93c9-afd55bce2492", "object": "click", "domain": "example.com", "expires_at": 1782927131, "referrer": null, "url": "http://example.com", "created_at": 1780335131, "updated_at": 1780335131 }
Creates a new click.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Was this page helpful?