ExistsDomain
Checks if a domain exists
Deprecated: Use ListCustomDomains instead to check existence of an instance
curl -X POST "https://loading/domains/string/_exists"{
"exists": true
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?