List Portal Domains
Beta/v1/settings/portal-domainsThis endpoint is idempotent. Learn more
Lists the account's portal domains.
An account can only hold one custom portal domain, so this returns either zero or one entry. Reading it is the usual way to discover whether a domain is connected and what state it is in.
objectstringenumValues:listResource type identifier.
page_infoobjectPagination metadata.
next_page_urlstringnullableRelative URL that fetches the next page of results.
previous_page_urlstringnullableRelative URL that fetches the previous page of results.
has_next_pagebooleanWhether more results exist after this page.
has_prev_pagebooleanWhether results exist before this page.
dataarray of portal_domainResources in this page.
idstringPortal domain ID.
objectstringenumValues:portal_domainResource type identifier.
domainstringThe fully-qualified domain name (e.g. shop.acme.com).
statusstringenumValues:pendingsecuringverifiedHow far the domain has progressed towards serving the portal.
pending: the domain is waiting on DNS. Publish the listed records, then run the verify action.securing: DNS is correct and the TLS certificate is being issued. The portal is not yet reachable over HTTPS.verified: the certificate is live and the portal is served on the domain.failed: the domain was rejected and cannot be used.
The DNS records that must be published for the domain to route to the portal and verify.
The list is refreshed from the serving provider every time the domain is created or verified. It always contains the routing record; ownership records appear only while a verification challenge is outstanding.
objectstringenumValues:listResource type identifier.
page_infoobjectPagination metadata.
next_page_urlstringnullableRelative URL that fetches the next page of results.
previous_page_urlstringnullableRelative URL that fetches the previous page of results.
has_next_pagebooleanWhether more results exist after this page.
has_prev_pagebooleanWhether results exist before this page.
dataarray of dns_recordResources in this page.
objectstringenumValues:dns_recordResource type identifier.
typestringenumValues:CNAMEATXTThe kind of DNS record to publish.
CNAME: points a subdomain at the portal's serving infrastructure.A: points an apex domain at the portal's serving infrastructure.TXT: carries an ownership-verification challenge.
namestringRecord name (host) to publish.
valuestringRecord value to publish.
reasonstringenumValues:routingownershipWhy the record must be published.
routing: the record points traffic at the portal's serving infrastructure.ownership: the record proves control of a domain that is already claimed elsewhere.
verified_atstring (date-time)nullableWhen the domain became fully verified — its TLS certificate live and the portal serving on it.
created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last updated timestamp.
Responses
Successful response for List Portal Domains