Track a lead for a short link.
cURL
curl --request POST \ --url https://api.codeqr.io/track/lead \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "clickId": "<string>", "eventName": "Sign up", "customerId": "<string>", "customerName": null, "customerEmail": null, "customerAvatar": null, "metadata": null }'
{ "click": { "id": "<string>" }, "customer": { "id": "<string>", "name": "<string>", "email": "<string>", "avatar": "<string>" } }
Default authentication mechanism
A lead was tracked.
The response is of type object.
object