{{baseUrl}}/domain
POST {{baseUrl}}/domain
This method allows you to register a new domain or transfer an existing one. For the addition of a new domain are required: 'domain', 'registrant', 'admin', 'tech', 'dns'; for the transfer of an existing domain are mandatory: 'domain', 'authinfo'
Request Body
{"domain"=>"<string>", "authinfo"=>"<string>", "registrant"=>"<string>", "admin"=>"<string>", "tech"=>["<string>", "<string>"], "dns"=>["<string>", "<string>"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":[],"message":"Greeting OK. Login OK. Domain 'pagabolloaci.it' is available. Domain 'pagabolloaci.it' created. Logout OK.","price":10,"success":true,"error":null}