Custom Domain
Get Custom Domain
Read the current custom domain state for an app.
GET
Returns the current custom domain state for an app, including the configured hosts, status, required action, and the DNS records to add. See Custom Domain for the concept and lifecycle.
This endpoint is read-only. It returns the stored state but does not trigger verification or advance the status. To re-check DNS/SSL and move the status forward, call Verify Custom Domain.
Request
Bearer <API_KEY> from Console > Developers > Workspace API Keys.Path parameters
Client identifier of the app.
Response
Returns aCustomDomainStateDto.
The configured Web Frontend host (serves the hosted verification UI). Omitted when unconfigured.
The configured OIDC Backend host (serves the OIDC endpoints). Omitted when unconfigured.
Lifecycle status. One of
unconfigured, awaiting_dns, verifying, active, invalid. See Custom Domain for the lifecycle.What you need to do next. One of
none, add_cname, waiting, verify, contact_support, retry.Human-readable explanation of the current status. Omitted when there is nothing to report.
DNS records to add at your DNS provider. Add every required record for both hosts before verifying.
ISO 8601 timestamp of the most recent verify. Omitted until the first verify runs.

