cURL
curl --request POST \ --url https://{defaultHost}/v1/public/clicks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "click": { "affiliation_code": "6716623C", "url": "http://example.com" } } '
{ "id": "6ec4e92a-776b-42ab-b1b4-733431bd4dc5", "object": "click", "domain": "example.com", "expires_at": 1778768559, "referrer": null, "url": "http://example.com", "created_at": 1776176559, "updated_at": 1776176559 }
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?