Change log
2024-05-15 - Dns management
Support for AAAA records
Category | Feature | Route | Method | Info | Documentation |
---|---|---|---|---|---|
Improvement | DNS records | /v2/dns/{domainName}/records | GET | Operation detail | |
Improvement | DNS records | /v2/dns/{domainName}/records | POST | Operation detail | |
Improvement | DNS records | /v2/dns/{domainName}/records/{recordId} | GET | Operation detail | |
Improvement | DNS records | /v2/dns/{domainName}/records/{recordId} | PUT | Operation detail | |
Improvement | DNS records | /v2/dns/{domainName}/records/{recordId} | DELETE | Operation detail |
2022-05-30 - Domain registrations and transfers
Domain name registrations and transfers via store orders
Category | Feature | Route | Method | Info | Documentation |
---|---|---|---|---|---|
Improvement | Domains | /v2/domains/registrations | POST | Registration via store order | Operation detail |
Improvement | Domains | /v2/domains/transfers | POST | Transfer via store order | Operation detail |
2021-12-30 - Linux hostings let's encrypt
Return validation error codes when enable let's encrypt is not allowed
Category | Feature | Route | Method | Info | Documentation |
---|---|---|---|---|---|
Improvement | Linux hostings | /v2/linuxhostings/{domainName}/sslsettings/{hostname}/letsencrypt | PUT | Operation detail |
2021-12-30 - Dns management
Support for CAA records
Category | Feature | Route | Method | Info | Documentation |
---|---|---|---|---|---|
Improvement | DNS records | /v2/dns/{domainName}/records | GET | Operation detail | |
Improvement | DNS records | /v2/dns/{domainName}/records | POST | Operation detail | |
Improvement | DNS records | /v2/dns/{domainName}/records/{recordId} | GET | Operation detail | |
Improvement | DNS records | /v2/dns/{domainName}/records/{recordId} | PUT | Operation detail | |
Improvement | DNS records | /v2/dns/{domainName}/records/{recordId} | DELETE | Operation detail |
2021-02-11 - SSL certificate requests
SSL certificate requests - Beta
Category | Feature | Route | Method | Info | Documentation |
---|---|---|---|---|---|
Feature | SSL certificate requests | /v2/sslcertificaterequests | GET | Operation detail | |
Feature | SSL certificate requests | /v2/sslcertificaterequests | POST | Operation detail | |
Feature | SSL certificate requests | /v2/sslcertificaterequests/{id} | GET | Operation detail | |
Feature | SSL certificate requests | /v2/sslcertificaterequests/{id} | PUT | Operation detail |
2020-11-20 - SSL certificates
SSL certificates
Category | Feature | Route | Method | Info | Documentation |
---|---|---|---|---|---|
Feature | SSL certificates | /v2/sslcertificates | GET | Operation detail | |
Feature | SSL certificates | /v2/sslcertificates/{sha1Fingerprint} | GET | Operation detail | |
Feature | SSL certificates | /v2/sslcertificates/{sha1Fingerprint}/download | GET | Operation detail |
2020-09-28 - Linux hostings scheduled tasks
Scheduled tasks management for Linux hostings
Category | Feature | Route | Method | Info | Documentation |
---|---|---|---|---|---|
Feature | Linux hostings | /v2/linuxhostings/{domainName}/scheduledtasks | GET | Operation detail | |
Feature | Linux hostings | /v2/linuxhostings/{domainName}/scheduledtasks | POST | Operation detail | |
Feature | Linux hostings | /v2/linuxhostings/{domainName}/scheduledtasks/{scheduledTaskId} | GET | Operation detail | |
Feature | Linux hostings | /v2/linuxhostings/{domainName}/scheduledtasks/{scheduledTaskId} | PUT | Operation detail | |
Feature | Linux hostings | /v2/linuxhostings/{domainName}/scheduledtasks/{scheduledTaskId} | DELETE | Operation detail |
2020-09-14 - Domain management
Domain renew configuration
Category | Feature | Route | Method | Info | Documentation |
---|---|---|---|---|---|
Improvement | Domains | /v2/domains/{domainName} | GET | Property can_toggle_renew is exposed | Operation detail |
Feature | Domains | /v2/domains/{domainName}/renew | PUT | Operation detail |
2020-08-13 - Mail zone management
Support for operations on mail zones
Category | Feature | Route | Method | Info | Documentation |
---|---|---|---|---|---|
Obsolete | Mailboxes | /v2/mailboxes/{domainName}/quota | GET | Operation is set as obsolete, use the new mail zones domain name get route instead | |
Feature | Mail zones | /v2/mailzones/{domainName} | GET | Operation detail | |
Feature | Mail zones | /v2/mailzones/{domainName}/aliases | POST | Operation detail | |
Feature | Mail zones | /v2/mailzones/{domainName}/aliases/{emailAddress} | PUT | Operation detail | |
Feature | Mail zones | /v2/mailzones/{domainName}/aliases/{emailAddress} | DELETE | Operation detail | |
Feature | Mail zones | /v2/mailzones/{domainName}/antispam | PUT | Operation detail | |
Feature | Mail zones | /v2/mailzones/{domainName}/catchall | POST | Operation detail | |
Feature | Mail zones | /v2/mailzones/{domainName}/catchall/{emailAddress} | DELETE | Operation detail | |
Feature | Mail zones | /v2/mailzones/{domainName}/smtpdomains | POST | Operation detail | |
Feature | Mail zones | /v2/mailzones/{domainName}/smtpdomains/{hostname} | PUT | Operation detail | |
Feature | Mail zones | /v2/mailzones/{domainName}/smtpdomains/{hostname} | DELETE | Operation detail |
2020-08-06 - Dns management
Support for ALIAS and TLSA records
Category | Feature | Route | Method | Info | Documentation |
---|---|---|---|---|---|
Improvement | DNS records | /v2/dns/{domainName}/records | GET | Operation detail | |
Improvement | DNS records | /v2/dns/{domainName}/records | POST | Operation detail | |
Improvement | DNS records | /v2/dns/{domainName}/records/{recordId} | GET | Operation detail | |
Improvement | DNS records | /v2/dns/{domainName}/records/{recordId} | PUT | Operation detail | |
Improvement | DNS records | /v2/dns/{domainName}/records/{recordId} | DELETE | Operation detail |
2020-07-07 - Mailbox management
Support for operations on mailboxes
Category | Feature | Route | Method | Info | Documentation |
---|---|---|---|---|---|
Obsolete | Mailboxes | /v2/mailboxes/{domainName} | POST | Operation is set as obsolete, use the new mailboxes post route instead | |
Feature | Mailboxes | /v2/mailboxes | POST | Operation detail | |
Feature | Mailboxes | /v2/mailboxes/{mailboxName} | GET | Operation detail | |
Feature | Mailboxes | /v2/mailboxes/{mailboxName} | DELETE | Operation detail | |
Feature | Mailboxes | /v2/mailboxes/{mailboxName}/autoforward | PUT | Operation detail | |
Feature | Mailboxes | /v2/mailboxes/{mailboxName}/autoreply | PUT | Operation detail | |
Feature | Mailboxes | /v2/mailboxes/{mailboxName}/password | PUT | Operation detail |
2020-06-09 - MySql databases and users
Support for deletion of databases and users management
Category | Feature | Route | Method | Info | Documentation |
---|---|---|---|---|---|
Feature | MySql databases | /v2/mysqldatabases/{databaseName} | DELETE | Operation detail | |
Feature | MySql databases | /v2/mysqldatabases/{databaseName}/users | GET | Operation detail | |
Feature | MySql databases | /v2/mysqldatabases/{databaseName}/users | POST | Creation of read_only users | Operation detail |
Feature | MySql databases | /v2/mysqldatabases/{databaseName}/users/{userName} | DELETE | Deletion of read_only users | Operation detail |
Feature | MySql databases | /v2/mysqldatabases/{databaseName}/users/{userName}/password | PUT | Operation detail | |
Feature | MySql databases | /v2/mysqldatabases/{databaseName}/users/{userName}/status | PUT | Operation detail |
2020-05-28 - Linux hostings sites and host headers
Support for deletion of subsites and creation of host headers
Category | Feature | Route | Method | Info | Documentation |
---|---|---|---|---|---|
Feature | Linux hostings | /v2/linuxhostings/{domainName}/sites/{siteName}/hostheaders | POST | Operation detail | |
Feature | Linux hostings | /v2/linuxhostings/{domainName}/subsites/{siteName} | DELETE | Operation detail |
2020-03-19 - Domain registrations
Domain name registrations with registrant data and custom name servers (optional)
Category | Feature | Route | Method | Info | Documentation |
---|---|---|---|---|---|
Improvement | Domains | /v2/domains/{domainName} | GET | Registrant data is exposed | Operation detail |
Improvement | Domains | /v2/domains/registrations | POST | Registrant data is required | Operation detail |
Improvement | Domains | /v2/domains/registrations | POST | Custom name servers are optional | Operation detail |
2020-03-04 - Linux hostings SSH
SSH management for Linux hostings
Category | Feature | Route | Method | Info | Documentation |
---|---|---|---|---|---|
Improvement | Linux hostings | /v2/linuxhostings/{domainName}/ssh/keys | POST | Documentation change | Operation detail |
Feature | Linux hostings | /v2/linuxhostings/{domainName}/ssh/configuration | PUT | Operation detail | |
Feature | Linux hostings | /v2/linuxhostings/{domainName}/ssh/keys | GET | Operation detail | |
Feature | Linux hostings | /v2/linuxhostings/{domainName}/ssh/keys/{fingerprint} | DELETE | Operation detail | |
Feature | SSH | /v2/ssh | GET | Operation detail |
2020-02-13 - Windows hostings
List windows hostings and get detail for windows hosting.
Category | Feature | Route | Method | Info | Documentation |
---|---|---|---|---|---|
Feature | Windows hostings | /v2/windowshostings | GET | Operation detail | |
Feature | Windows hostings | /v2/windowshostings/{domainName} | GET | Operation detail |