For the legacy tracker doc, check our guide here.
This endpoint sends information about link clicks. See the sample cURL request below:
1curl --request POST \2 --url https://in-automate.brevo.com/api/v2/trackLink \3 --header 'accept: application/json' \4 --header 'content-type: application/json' \5 --header 'ma-key: YOUR_MA_KEY' \6 --data '7{8 "email": "abc@email.com",9 "link": "abc.com/document.pdf",10 "properties": {11 "key": "value"12 }13}14'
Parameters:
email
link
properties
Response
204
400