cURL
curl --request POST \ --url https://{defaultHost}/v1/public/clicks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "click": { "affiliation_code": "FA38C1F5", "url": "http://example.com" } } '
{ "id": "e46b4d2e-0200-42ae-829c-df6ab87f0b23", "object": "click", "domain": "example.com", "expires_at": 1770501744, "referrer": null, "url": "http://example.com", "created_at": 1767909744, "updated_at": 1767909744 }
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?