API Reference

/v1/exposures/emailCompliance

Retrieves a list of email compliance exposures for DKIM, DMARC, and SPF. The results can be filtered by compliance type and are paginated.

Log in to see full request history
Query Params
integer
Defaults to 1

The page number to retrieve.

integer
Defaults to 100

The number of records to retrieve per page.

Headers
string

Optional header to specify customer ID other than the default.

string

Optional header to filter by the compliance type (dkim, dmarc, or spf).

Responses

Response body
object
integer

The total number of records available.

integer

The current page number.

integer

The total number of pages.

integer

The limit of records per page.

results
array of objects
results
object
string

The ID of the customer.

string

The name of the customer.

string

The asset ID associated with the exposure.

string

The exposure ID.

string

The domain name associated with the exposure.

number

The risk rank associated with the exposure.

string

The type of the exposure (dkim, dmarc, or spf).

boolean

Indicates if DKIM is compliant.

string

The domain for DKIM.

boolean

Indicates if the DKIM record was published.

string

The DKIM selector used in the test.

string

Reason for DKIM non-compliance, if applicable.

boolean

Indicates if DMARC is compliant.

boolean

Indicates if the DMARC record was published.

string

The DMARC policy value (e.g., reject, quarantine, none).

string

The result of the DMARC policy check.

string

Reason for DMARC non-compliance, if applicable.

string

The DMARC record retrieved.

boolean

Indicates if the RUA reporting email is present.

boolean

Indicates if the RUF forensic reporting email is present.

boolean

Indicates if SPF is compliant.

integer

The number of DNS lookups in the SPF record.

boolean

Indicates if the DNS lookup count is within the limit.

boolean

Indicates if the IP addresses in the SPF record are valid.

string

Reason for SPF non-compliance, if applicable.

string

The SPF record retrieved.

boolean

Indicates if the SPF record was published.

boolean

Indicates if the SPF record syntax is correct.

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json