Supported Formats
JSON
Errors
Code |
Description |
401 |
Unauthorized |
404 |
Not Found |
500 |
Server crashed for some reason |
Examples
{
"id": 1,
"domain_id": 1,
"organization-name": "Google Inc.",
"start-datetime": "2020-02-05T00:00:00Z",
"end-datetime": "2020-02-05T23:59:59Z",
"contact-info": "smtp-tls-reporting@google.com",
"report-id": "2020-02-05T00:00:00Z_webheat.com",
"policy-type": "sts",
"policy-string": [
"version: STSv1",
"mode: testing",
"mx: mx1.eu.mailhop.org ",
"max_age: 386000"
],
"policy-domain": "webheat.com",
"total-successful-session-count": 0,
"total-failure-session-count": 7,
"failure-details": [
{ "id": 1,
"result_type": "certificate-host-mismatch",
"sending_mta_ip": "209.85.128.70",
"receiving_ip": "52.29.118.68",
"receiving_mx_hostname": "mx1.eu.mailhop.org",
"failed_session_count": 1,
"ip_address": {
"id": 2,
"sane_source_ip": "10.10.10.10",
"blacklisted": null,
"ptr": null,
"country": "ro",
"created_at": "2020-01-16T09:37:38.309Z",
"updated_at": "2020-01-16T09:37:38.323Z"
}
},
{ "id": 2,
"result_type": "certificate-host-mismatch",
"sending_mta_ip": "209.85.221.70",
"receiving_ip": "52.29.118.68",
"receiving_mx_hostname": "mx1.eu.mailhop.org",
"failed_session_count": 1,
"ip_address": {
"id": 2,
"sane_source_ip": "10.10.10.10",
"blacklisted": null,
"ptr": null,
"country": "ro",
"created_at": "2020-01-16T09:37:38.309Z",
"updated_at": "2020-01-16T09:37:38.323Z"
}
},
{ "id": 3,
"result_type": "certificate-host-mismatch",
"sending_mta_ip": "209.85.221.71",
"receiving_ip": "52.29.162.96",
"receiving_mx_hostname": "mx1.eu.mailhop.org",
"failed_session_count": 3,
"ip_address": {
"id": 2,
"sane_source_ip": "10.10.10.10",
"blacklisted": null,
"ptr": null,
"country": "ro",
"created_at": "2020-01-16T09:37:38.309Z",
"updated_at": "2020-01-16T09:37:38.323Z"
}
}
]
}