Skip to main content
Use this endpoint to retrieve all DNS records currently configured for a domain in your workspace. Each record in the response includes an opaque id field that you’ll need to reference when updating or deleting that record. If the domain is still being provisioned at the registrar, the pendingFulfillment flag will be true — your records are saved and will be applied automatically once provisioning completes.

Endpoint

GET /v1/domains/{domain}/dns

Path Parameters

string
required
The domain name to list DNS records for (e.g. example.com).

Request Example

Response

200 OK
array
The list of DNS records configured for the domain.
boolean
true if the domain is still being provisioned at the registrar. Records are saved locally and applied automatically once provisioning completes.
Save the id from each record object. It’s the only way to reference a specific record when calling the update or delete endpoints.