v1
latestOpenAPI 3.1.12026-07-17111158225.7 KBregistrar
Register a domain
Registers a domain name.
Your account must be active for this command to complete successfully. You will be automatically charged the registration fee upon successful registration, so please be careful with this command.
When registering a domain using Solo or Teams subscription, the DNS services for the zone will be automatically enabled and this will be charged on your following subscription renewal invoices.
post/{account}/registrar/domains/{domain}/registrations
Path parameters
accountinteger required
The account id
domainstring required
The domain name or id
Request body
Example request
{
"registrant_id": 1,
"trustee": true
}Response
Domain successfully registered
Example response
{
"data": {
"id": 1,
"domain_id": 999,
"registrant_id": 2,
"period": 1,
"state": "new",
"auto_renew": false,
"whois_privacy": false,
"trustee": false,
"created_at": "2016-12-09T19:35:31Z",
"updated_at": "2016-12-09T19:35:31Z"
}
}