Domains
Verify a domain
Check the required DNS records and begin SSL provisioning when they match.
POST
Verify a domain
Check the routing and TXT ownership records for one domain. Requires Custom
domains: Write (
The actual domain object is complete; it is abbreviated above. DNS verification
does not mean HTTPS is ready. Retrieve the domain until
The two booleans identify which requirement is missing without exposing other
DNS records found during lookup. DNS propagation can take time; correct the
records, wait, and retry. Verification is idempotent, and repeated successful
checks do not queue duplicate active SSL operations.
custom_domains.update). Send an empty JSON object or no
body; no fields are accepted.
Successful verification
When both records match, Biqli marks DNS verified and queues SSL provisioning:status and ssl_status
are both active before publishing links that depend on it.
DNS not ready
If either record is missing or has not propagated, the endpoint returns422 dns_verification_failed:
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}$Body
application/json
The body is of type object.

