GET
/
reports
/
{domain}
cURL
curl --request GET \
  --url http://app.dmarceye.com/api/reports/{domain} \
  --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.

Path Parameters

domain
string<domain>
required

domain to get info on

Response

domain report response

total
integer

Total reported messages

compliant
integer

DMARC compliant messages

non_compliant
integer

DMARC non-compliant messages