cURL
curl --request POST \ --url https://{defaultHost}/v1/public/clicks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "click": { "affiliation_code": "324C4845", "url": "http://example.com" } } '
{ "id": "699bd87f-d5d4-43c1-9a6e-4a1a4a1751bf", "object": "click", "domain": "example.com", "expires_at": 1774021891, "referrer": null, "url": "http://example.com", "created_at": 1771429891, "updated_at": 1771429891 }
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?