POST /checkers/dkim/validate_textual_representation
POSTcheckers/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
- resultstringDKIM validation result
- domainstringDomain against which the DKIM signature was validated
- selectorstringDKIM selector used for public key lookup
- errorsarrayCritical errors found during DKIM validation
- warningsarrayNon-critical issues found during DKIM validation
- resultstring
Error Codes
400 Bad Request
Bad Request
401 Unauthorized
Unauthorized
403 Forbidden
Forbidden
500 Internal Server Error
Internal server error