cURL
curl --request GET \ --url https://staging.api.deliveryman.ai/api/v1/campaign/link-click-events/ \ --header 'X-Api-Key: <api-key>'
{ "data": { "schedule_id": 123, "link": "<string>", "clicked_on": "2023-11-07T05:31:56Z" }, "total": 1 }
Returns list of link click event data for given campaign.
Enter your API key in the format: X-Api-Key <your_key>
Success
List of link click events.
Show child attributes
Total number of link click events available in this campaign.
x >= 0