Skip to main content
PUT
Update domain nameservers

Authorizations

Authorization
string
header
required

Registrar API Bearer token. Obtain from dashboard at /dashboard/seller/api-access after requesting Registrar API access.

Path Parameters

domain_name
string
required

Domain name (e.g., 'example.com')

Body

application/json
type
enum<string>
required

Nameserver type: 'atom' uses Atom nameservers, 'parking' uses parking nameservers, 'custom' requires nameservers array

Available options:
atom,
parking,
custom
Example:

"custom"

nameservers
string[]

Required if type is 'custom'. Array of nameserver hostnames.

Example:

Response

Nameservers updated successfully

success
boolean
Example:

true

data
object