Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The domain of the DNS you want to check
Identifies the DKIM key for signing emails.
Response
200 - application/json
Fields in the Response:
- domain: The domain that the DNS records belong to.
- spf: The SPF record for the domain.
- dmarc: The DMARC policy for the domain.
- dkim: The DKIM record status for the domain and selector.
- mx: The mail exchange record for the domain.
- ptr: The PTR record (reverse DNS) for the domain.
- bimi: The BIMI record status.
- google_verification: Google domain verification status.