GET
/
reports
cURL
curl --request GET \
  --url http://app.dmarceye.com/api/reports \
  --header 'Authorization: Bearer <token>'
{
  "total": 123,
  "compliant": 123,
  "non_compliant": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Report response

total
integer

Total reported messages

compliant
integer

DMARC compliant messages

non_compliant
integer

DMARC non-compliant messages