Verify Portal Domain
Beta/v1/settings/portal-domains/{id}/actions/verifyIdempotent with Idempotency-Key header. Learn more
Re-checks the domain's DNS configuration and flips it to verified once the published records are confirmed.
Returns the updated domain (still pending if DNS has not propagated yet) along with the currently required DNS records.
idstringPortal domain ID.
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 Verify Portal Domain