Domains
Retrieve DNS configuration
Retrieve the exact DNS routing and ownership-verification records for a domain.
GET
Retrieve DNS configuration
Retrieve the exact records needed to connect a domain. Requires Custom
domains: Read (
The actual
custom_domains.view).
Response
domain object contains every field documented by
Retrieve a domain; it is abbreviated above.
Publish both records exactly as returned. name is the DNS-provider host/name
field, value is its target/content, and ttl: auto means to use Auto or the
provider default. Some providers automatically append the apex domain; follow
their display convention without duplicating it.
- Apex domains receive an
Arouting record with name@. - Subdomains receive a
CNAMErouting record. - Every claim receives a TXT ownership record.
Shared API behavior
Authentication is workspace-scoped; see Authentication. Errors use the standard envelope and request IDs described in Errors, and requests are subject to Rate limits.Authorizations
A workspace API key beginning with biqli_.
Path Parameters
Public custom-domain ID. Numeric IDs and hosts are not accepted.
Pattern:
^biq_dom_[0-9A-HJKMNP-TV-Z]{26}$
