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
Documentation IndexFetch the complete documentation index at: https://docs.dmarceye.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.dmarceye.com/llms.txt
Use this file to discover all available pages before exploring further.
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?