Skip to main content
POST
/
v1
/
ui
/
mcp-servers
/
bootstrap-subdomain-checks
Resolve bootstrap subdomain and availability
curl --request POST \
  --url https://api.example.com/v1/ui/mcp-servers/bootstrap-subdomain-checks \
  --header 'Content-Type: application/json' \
  --data '
{
  "subdomainInput": "<string>"
}
'
{
  "effectiveSubdomain": "<string>",
  "isUnique": true
}

Body

application/json
subdomainInput
string
required
Minimum string length: 1

Response

200 - application/json

Bootstrap subdomain resolution result

effectiveSubdomain
string
isUnique
boolean