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