How to authenticate

DMARCLY’s API uses a simple HTTP Authorization header with an API key to authenticate you.

To get your API key: log in to the DMARCLY dashboard (if you are in the EU, use this link to log in), then go to System => API Access (this one below is fake):

8af9a3411159d108907937250dc1569d

You can then make requests against the DMARCLY API endpoint like so:

curl -H "Authorization: Bearer 8af9a3411159d108907937250dc1569d" "https://dmarcly.com/api/aggregate_by_domain?start=1643120855&end=1643725655"

Note that API access is available to the Enterprise plan only.