Skip to main content

WebsiteVerificationDetails

verifiedbooleanrequired
methodVerificationMethodnullablerequired

Possible values: [dns, file]

txt_hoststringrequired
txt_valuestringrequired
http_urlstringrequired
errors objectnullable
oneOf
  • Array [
  • string
  • ]
  • WebsiteVerificationDetails
    {
    "verified": true,
    "method": "dns",
    "txt_host": "string",
    "txt_value": "string",
    "http_url": "string",
    "errors": [
    "string"
    ]
    }