Skip to main content

Validate DKIM and SPF for a domain

PUT 

/domain/dns/check

This endpoint validates DKIM and SPF records for the given domain.

Request

Body

required
    domain string

Responses

DKIM and SPF validation result

Schema
    dkim object
    status string
    dns object[]
  • Array [
  • type string
    name string
    value string
  • ]
  • spf object
    status string
    dns object[]
  • Array [
  • type string
    name string
    value string
  • ]
Loading...