Atlas
Platform Admin — Custom Domains

List all custom domains

SaaS only. Returns all registered custom domains across workspaces.

GET
/api/v1/platform/domains

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:3001/api/v1/platform/domains"
{
  "domains": [
    {
      "id": "string",
      "workspaceId": "string",
      "domain": "string",
      "status": "pending",
      "railwayDomainId": "string",
      "cnameTarget": "string",
      "certificateStatus": "PENDING",
      "createdAt": "string",
      "verifiedAt": "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"
}