Verify domain DNS
POST/api/v1/chatbots/:chatbotId/domains/:domain/verify
Triggers a DNS verification check for the given domain. Returns verified: true when DNS is correctly configured; verified: false with a pending message when DNS is not yet propagated. Required scope: domains:write.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
Verification result.
Bad Request — either a validation/config error (Error envelope) or a soft-failure (e.g. domain_not_configured, no active deployment) where the response may include the verification result shape ({verified, domain, message}) or a standard Error envelope.
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded