Get a domainget https://{hostname}/domain-validation/v1/domains/{domainName}Returns a domain.Path ParamsdomainNamestringrequiredName of the domain.Query ParamsvalidationScopestringenumrequiredEnum Validation scope of the domain. For HOST, the scope is only the exactly specified domain. For WILDCARD, the scope covers any hostname within one subdomain level. For DOMAIN, the scope covers any hostnames under the domain, regardless of the level of subdomains. Read more about validation scopes.HOSTDOMAINWILDCARDAllowed:HOSTDOMAINWILDCARDincludeDomainStatusHistorybooleanDefaults to falseWhether to return domain status history.truetruefalseaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200The response shows a requested domain. 401Unauthorized. 403Forbidden. 404Not found. 405Method not allowed. 500Internal server error.Updated about 1 month ago