Atlas
Admin — Custom Domain

Check domain verification status

Checks DNS propagation and TLS certificate status for the workspace's custom domain. Does not require enterprise plan — only adding a domain is plan-gated.

POST
/api/v1/admin/domain/verify

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "http://localhost:3001/api/v1/admin/domain/verify"
{
  "id": "string",
  "workspaceId": "string",
  "domain": "string",
  "status": "pending",
  "railwayDomainId": "string",
  "cnameTarget": "string",
  "certificateStatus": "PENDING",
  "verificationToken": "string",
  "domainVerified": true,
  "domainVerifiedAt": "string",
  "domainVerificationStatus": "pending",
  "createdAt": "string",
  "verifiedAt": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
Edit on GitHub

Last updated on