analytics
Get Analytics Single Item by ID
Get Analytics Data by ID
get/analytics/{Id}
Path parameters
Idinteger required
Id
Response
Sucess
Response body contains the Analytic Item requested by ID.
Example response
{
"id": 1800872493473407000,
"subject": "Business Card.",
"sender": "user@example.com",
"recipient": "user@gmail.com",
"send_time": "2022-11-20 00:00:00",
"domain": "example.com",
"recipient_domain": "gmail.com",
"contact_domain": "gmail.com",
"x_campaign_id": "Offer AB Test.",
"error": "142.250.138.27 does not like recipient.\\nRemote host said: 550-5.1.1 The email account does not exist."
}