cURL
curl --request POST \ --url https://{defaultHost}/v1/public/clicks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "click": { "affiliation_code": "5894B83D", "url": "http://example.com" } } '
{ "id": "6891936f-8cfd-4e80-9fba-d4eb9626dab0", "object": "click", "domain": "example.com", "expires_at": 1774705012, "referrer": null, "url": "http://example.com", "created_at": 1772113012, "updated_at": 1772113012 }
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?