get https://api.mailerlite.com/api/v2/subscribers//activity
Get activity (clicks, opens, etc) of selected subscriber [Rate limited]
Response Body Parameters
Paramater | Type | Description |
---|---|---|
date | string | Date & time when action is performed |
report_id | integer | ID of report actions belongs to |
subject | string | Subject of received email |
type | string | Available values: - open - click - junk - bounce - unsubscribe - forward |
Additional Response Body Parameters
These parameters are provided when the following condition is true:
type = click
Parameter | Type | Description |
---|---|---|
link_id | integer | ID of link object |
link | string | URL value |
These parameters are provided when the following condition is true:
type = forward
Parameter | Type | Description |
---|---|---|
receiver | object | |
receiver.name | string | Name of forwarded email receiver |
receiver.email | string | Email of forwarded email receiver |
sender | object | |
sender.name | string | Name of forwarded mail sender |
sender.email | string | Email of forwarded mail sender |