Registers an available domain.
Domain names with extension '.ca' are only available for registrants with country code 'CA'.
643 matches
72 actions
Public
72 actions
- Add a scheduled taskPOSTv1.0.0
- Add a SSH keyPOSTv1.0.0
- Add a SSL certificate requestPOSTv1.0.0
- Change password for mailboxPUTv1.0.0
- Change password for mysql userPUTv1.0.0
- Configure a aliasPUTv1.0.0
- Configure a scheduled taskPUTv1.0.0
- Configure an extra smtp domainPUTv1.0.0
- Configure anti-spam for mail zonePUTv1.0.0
- Configure auto redirectPUTv1.0.0
- Configure auto-forward for mailboxPUTv1.0.0
- Configure auto-reply for mailboxPUTv1.0.0
- Configure FTPPUTv1.0.0
- Configure HTTP/2PUTv1.0.0
- Configure let's encryptPUTv1.0.0
- Configure PHP APCu settingPUTv1.0.0
- Configure PHP memory limitPUTv1.0.0
- Configure SSHPUTv1.0.0
- Create a catch-all on the mail zonePOSTv1.0.0
- Create a host headerPOSTv1.0.0
- Create a new accountPOSTv1.0.0
- Create a new aliasPOSTv1.0.0
- Create a new mailbox.POSTv1.0.0
- Create a new mysql databasePOSTv1.0.0
- Create a new mysql userPOSTv1.0.0
- Create a recordPOSTv1.0.0
- Create a subsitePOSTv1.0.0
- Create an extra smtp domainPOSTv1.0.0
- Delete a aliasDELETEv1.0.0
- Delete a catch-all on the mail zoneDELETEv1.0.0
- Delete a mailboxDELETEv1.0.0
- Delete a mysql databaseDELETEv1.0.0
- Delete a mysql userDELETEv1.0.0
- Delete a recordDELETEv1.0.0
- Delete a scheduled taskDELETEv1.0.0
- Delete a SSH keyDELETEv1.0.0
- Delete a subsiteDELETEv1.0.0
- Delete an extra smtp domainDELETEv1.0.0
- Detail of a provisioning jobGETv1.0.0
- Detail of a SSL certificateGETv1.0.0
- Detail of a SSL certificate requestGETv1.0.0
- Details of a domainGETv1.0.0
- Edit a recordPUTv1.0.0
- Edit domain name renew statePUTv1.0.0
- Edit domain name serversPUTv1.0.0
- Enable/disable GZIP compressionPUTv1.0.0
- Enable/disable mysql userPUTv1.0.0
- Get a specific accountGETv1.0.0
- Get a specific databaseGETv1.0.0
- Get a specific mailboxGETv1.0.0
- Get recordsGETv1.0.0
- Get scheduled task detailGETv1.0.0
- Get specific recordGETv1.0.0
- Get the mail zone.GETv1.0.0
- Gets your mailboxes.GETv1.0.0
- Linux hosting detailGETv1.0.0
- Overview of accountsGETv1.0.0
- Overview of linux hostingsGETv1.0.0
- Overview of mysql databasesGETv1.0.0
- Overview of mysql usersGETv1.0.0
- Overview of scheduled tasksGETv1.0.0
- Overview of service packsGETv1.0.0
- Overview of SSH keysGETv1.0.0
- Overview of SSH keysGETv1.0.0
- Overview of SSL certificate requestsGETv1.0.0
- Overview of SSL certificatesGETv1.0.0
- Overview of windows hostingsGETv1.0.0
- Overviews of domainsGETv1.0.0
- Register a domainPOSTv1.0.0
- Transfer a domainPOSTv1.0.0
- Verify the SSL certificate request domain validationsPUTv1.0.0
- Windows hosting detailGETv1.0.0
Infrastructure/Public
Register a domain
v1.0.0Input
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
{
"type": "object",
"properties": {
"domain_name": {
"type": "string",
"description": "The domain name to register.<br />\r\nOnly pass the domain part and the tld.<br /><i>For abc.com, abc is the domain part, com is the tld.</i>"
},
"name_servers": {
"type": "array",
"description": "List of name servers. When empty, the registation will be done on default name servers.",
"items": {
"type": "string"
}
},
"registrant": {
"type": "object",
"properties": {
"address": {
"type": "string",
"description": "Address of the registrant."
},
"city": {
"type": "string",
"description": "City of the registrant."
},
"company_name": {
"type": "string",
"description": "Company name of the registrant.<br />\r\nThe registrant is a company if not empty, otherwise the registrant is an individual when validating extra fields."
},
"country_code": {
"type": "string",
"description": "Country code of the registrant.\r\nSyntax: 'BE', 'NL, 'FR', ..."
},
"email": {
"type": "string",
"description": "Email of the registrant."
},
"enterprise_number": {
"type": "string",
"description": "Enterprise number of the registrant.<br />\r\nSyntax: 'BE0123456789'"
},
"extra_fields": {
"type": "array",
"description": "List of registrant extra fields for the domain name.\r\n<table><tr><th>Extension</th><th>Registrant specifics</th><th>Required extra field(s)</th></tr><tr><td>.dk</td><td>is a company</td><td>CompanyNumber</td></tr><tr><td>.es</td><td>is a company</td><td>CompanyNumber</td></tr><tr><td>.es</td><td>is an individual</td><td>PassportNumber</td></tr><tr><td>.fr</td><td>is a company</td><td>CompanyNumber</td></tr><tr><td>.it</td><td>is an individual and has country code 'IT'</td><td>CodiceFiscal</td></tr><tr><td>.it</td><td>is an individual and has not country code 'IT'</td><td>PassportNumber</td></tr><tr><td>.nu</td><td>is a company</td><td>CompanyNumber</td></tr><tr><td>.nu</td><td>is an individual</td><td>PassportNumber</td></tr><tr><td>.se</td><td>is a company</td><td>CompanyNumber</td></tr><tr><td>.se</td><td>is an individual</td><td>PassportNumber</td></tr></table>",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Registrant extra field name."
},
"value": {
"type": "string",
"description": "Registrant extra field value."
}
},
"additionalProperties": false
}
},
"fax": {
"type": "string",
"description": "Fax of the registrant.\r\nSyntax: '+32.123456789'"
},
"first_name": {
"type": "string",
"description": "First name of the registrant."
},
"language_code": {
"type": "string",
"description": "Language code of the registrant.\r\nSyntax: 'nl', 'fr', 'en', 'de', ..."
},
"last_name": {
"type": "string",
"description": "Last name of the registrant."
},
"phone": {
"type": "string",
"description": "Phone of the registrant.<br />\r\nSyntax: '+32.123456789'"
},
"postal_code": {
"type": "string",
"description": "Postal code of the registrant."
}
},
"additionalProperties": false
}
},
"additionalProperties": false
}Output
- 1
- 2
- 3
- 4
{
"type": "object",
"additionalProperties": true
}