v1

latestOpenAPI 3.0.32026-07-22194221292.5 KB
customdomains

List custom domains

Returns all custom domains configured in the workspace. Custom domains allow serving preview deployments under your own domain (e.g., preview.yourdomain.com).

get/customdomains

Response

successful operation

Example response

[
  {
    "metadata": {
      "displayName": "Preview Domain",
      "name": "preview.example.com"
    },
    "spec": {
      "domainType": "applications",
      "fallbackPreviewId": "my-fallback-preview",
      "region": "us-pdx-1",
      "status": "verified"
    }
  }
]