Skip to main content
GET
/
api
/
v1
/
campaign
/
link-click-events
Link Click Events
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
}

Authorizations

X-Api-Key
string
header
required

Enter your API key in the format: X-Api-Key <your_key>

Response

Success

data
object
required

List of link click events.

total
integer
required

Total number of link click events available in this campaign.

Required range: x >= 0