Domains
Register a domain
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The domain name to be registered
Example:
"example.com"
The registration period for the domain, in years
Example:
1
List of nameservers for the domain
Example:
["ns1.example.com", "ns2.example.com"]
Flag indicating if privacy protection is enabled for the domain
Example:
true
Was this page helpful?