List Portal Domains
Beta/v1/settings/portal-domainsThis endpoint is idempotent. Learn more
Lists the account's portal domains.
Accounts currently have at most one custom portal domain.
objectstringenumValues:listResource type identifier.
page_infoobjectPagination metadata.
next_page_urlstringnullableRelative URL that fetches the next page of results.
null when the last page has been reached.
previous_page_urlstringnullableRelative URL that fetches the previous page of results.
null while on the first page.
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:pendingsecuringverifiedVerification status.
- pending domains await DNS configuration
- securing domains have correct DNS and are waiting on TLS certificate issuance; the portal is not yet reachable over HTTPS
- verified domains serve the portal over HTTPS
- failed domains were rejected and cannot be used
The DNS records the customer must publish for the domain to route and verify.
objectstringenumValues:listResource type identifier.
page_infoobjectPagination metadata.
next_page_urlstringnullableRelative URL that fetches the next page of results.
null when the last page has been reached.
previous_page_urlstringnullableRelative URL that fetches the previous page of results.
null while on the first page.
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:CNAMEATXTRecord type.
namestringRecord name (host) to publish.
valuestringRecord value to publish.
reasonstringenumValues:routingownershipWhy the record is needed.
Routing records point traffic at the portal's serving infrastructure; ownership records prove control of a domain that is claimed elsewhere.
verified_atstring (date-time)nullableWhen the domain's DNS configuration was confirmed.
created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last updated timestamp.
Responses
Successful response for List Portal Domains