Skip to main content
PUT
Update DNS records for a domain registered through this platform.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Path Parameters

domain_id
string
required

Body

application/json

Confirmed DNS update

Confirmed DNS record update for a domain registered through this platform. Customer-owned external domains keep DNS at their existing DNS host.

companyId
string
required

Company that owns the domain

records
object[]
required

DNS records to update. Each record needs name, type, and value; include editable: true for editable records.

dnsChangeConfirmed
boolean
required

Must be true. DNS changes can interrupt website and email delivery.

Response

Submitted DNS records

records
object[]