Skip to main content
GET
Retrieve DNS configuration
Retrieve the exact records needed to connect a domain. Requires Custom domains: Read (custom_domains.view).

Response

The actual 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 A routing record with name @.
  • Subdomains receive a CNAME routing record.
  • Every claim receives a TXT ownership record.
The TXT value is intentionally returned because it must be public in DNS. The endpoint does not expose DNS lookup logs or internal SSL and cleanup errors. Values may be deployment-specific, so fetch this endpoint instead of hardcoding Biqli’s IP address or hostname.

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

Authorization
string
header
required

A workspace API key beginning with biqli_.

Path Parameters

domain
string
required

Public custom-domain ID. Numeric IDs and hosts are not accepted.

Pattern: ^biq_dom_[0-9A-HJKMNP-TV-Z]{26}$

Response

DNS configuration returned successfully.

domain
object
required
dns_config
object
required
status
string
required
Allowed value: "success"