Verify a status page's custom domain
POST/api/v1/orgs/:org/status-pages/:statusPageUid/custom-domain/verify
Resolves the domain's CNAME and compares it against the expected target for the configured mode (server.custom_domain_cname_mode: "shared" uses the installation target, "token" uses the page-specific "<token>.cname.<target>" host — there is no dual-accept). Stamps the result. Rate-limited per organization.
Request
Responses
- 200
- 400
- 401
- 404
- 429
Updated status page with the new verification state
Validation error
Authentication required
Resource not found
Too many verification attempts