cURL
curl --request GET \ --url https://api.reply.io/v3/statistics/sequences/{sequenceId}/clicks \ --header 'X-API-Key: <api-key>'
{ "sequenceId": 123, "stepClicks": [ { "stepId": 1, "links": [ { "textToDisplay": "Click here", "title": "Welcome Link", "url": "https://example.com/welcome", "clicks": 10, "lastClickDate": "2025-03-15T10:27:00Z" }, { "textToDisplay": "Learn more", "title": "Learn more about our services", "url": "https://example.com/learn", "clicks": 5, "lastClickDate": "2025-03-15T12:40:00Z" } ] }, { "stepId": 2, "links": [] } ] }
Retrieves aggregated and link-specific click data for the specified sequence
API key passed in the X-API-Key header
The ID of the sequence
Successful response
(Required) The ID of the sequence
Show child attributes
(Required) The ID of the sequence step
(Required) The URL of the clicked link
The text displayed for the link (if any)
The title of the link (if available)
The number of times the link was clicked
The timestamp of the last click event (ISO 8601)