Skip to main content

POST /checkers/dkim/validate_textual_representation

POST 

checkers/dkim/validate_textual_representation

Validates the DKIM textual representation for a given domain and selector

Request Body

domain string
Domain against which the DKIM signature was validated

selector string
DKIM selector used for public key lookup

Returns

  • dataobject
    • resultstring
      DKIM validation result
    • domainstring
      Domain against which the DKIM signature was validated
    • selectorstring
      DKIM selector used for public key lookup
    • errorsarray
      Critical errors found during DKIM validation
    • warningsarray
      Non-critical issues found during DKIM validation
Error Codes

400 Bad Request

Bad Request

401 Unauthorized

Unauthorized

403 Forbidden

Forbidden

500 Internal Server Error

Internal server error