cURL
curl --request GET \ --url http://app.dmarceye.com/api/reports \ --header 'Authorization: Bearer <token>'
{ "total": 123, "compliant": 123, "non_compliant": 123 }
Get your account metrics overview
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Report response
Total reported messages
DMARC compliant messages
DMARC non-compliant messages
Was this page helpful?