List
List all the project’s custom domains across every environment, each annotated with the environment it routes to and its verification status.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The organization's id (UUID) or slug — either form is accepted.
The project's id (UUID) or slug — either form is accepted.
Response
Custom domains, oldest first.
^(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)+[a-z]{2,}$Slug of the environment this domain routes to.
^[a-z][a-z0-9-]{0,38}$Verification state: pending_dns until the CNAME points at the platform, pending_ssl while the certificate is issued, then active. failed is terminal.
pending_dns, pending_ssl, active, failed Why verification is stuck, when the edge reported a reason.