Classification Overview By Day
Retrieves classification summary results by day for a specified domain. Data is returned in the following formats: XML, JSON, CSV and Serialized.
Required headers: X-API-KEY
Optional headers: ACCEPT (json, xml, csv, serialized)
Method: GET
Endpoint URL:
https://api.250ok.com/api/1.0/reputationinformant/dmarc/overview
Sample Output:
[ { "date": "2016-08-30", "compliant": 15399, "non-compliant": 34, "unauthenticated": 256 }, { "date": "2016-08-31", "compliant": 1287, "non-compliant": 4, "unauthenticated": 148 } ]
Parameters
Parameter | Description | Acceptable Values | Required |
---|---|---|---|
domain | Sender domain | String | Y |
startdate | Includes trap hits detected after the specified date. If unspecified, will default to 30 days prior. | yyyy-mm-dd | N |
enddate | Includes trap hits detected before the specified date. If unspecified, will default to the current date. | yyyy-mm-dd | N |
Error Responses
Description | Code | Cause |
---|---|---|
Domain is required. | 400 | Please specify a domain for the query. |
Bad or missing API key. | 401 | The X-API-KEY header was missing or contained an unrecognized/invalid key. |
No results found. | 404 | There are no DMARC domains registered to the account. |