POST GET emailReports/clickSummary
Summary of clicks for a given email
* required
Parameters
| Name | Type | Description |
|---|---|---|
| emailID * | integer | ID of email |
Response Data
| Name | Type | Description |
|---|---|---|
| link | string | Link that was clicked |
| clicks | integer | Total number of clicks |
| uniqueClicks | integer | Unique contacts that clicked link |
Example Calls
Click summary
GET
/emailReports/clickSummary?emailID=123
cURL
Copy
Response Data
API Console
The console uses production data, so BE CAREFUL!
GET
emailReports/clickSummary