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 |
---|---|---|
| string | Date & time when action is performed |
| integer | ID of report actions belongs to |
| string | Subject of received email |
| string | Available values:
|
Additional Response Body Parameters
These parameters are provided when the following condition is true:
type = click
Parameter | Type | Description |
---|---|---|
| integer | ID of link object |
| string | URL value |
These parameters are provided when the following condition is true:
type = forward
Parameter | Type | Description |
---|---|---|
| object | |
| string | Name of forwarded email receiver |
| string | Email of forwarded email receiver |
| object | |
| string | Name of forwarded mail sender |
| string | Email of forwarded mail sender |