GET domain |
Returns a list of domains. |
POST domain |
Registers a new domain. |
GET domain/[domain_name] |
Returns a specified domain name. |
PUT domain/[domain_name] |
Updates the auto renew state for this domain. |
DELETE domain/[domain_name] |
Sets the renew state for this domain to false . |
GET domain/[domain_name]/auth-code |
Returns the auth code for a specified domain name. |
POST domain/[domain_name]/renew |
Manually renew a domain. |
POST domain/[domain_name]/transfer |
Transfer a domain to another registrar |
GET domain/[domain_name]/name-server |
Returns a list of nameservers for the given domain name. |
POST domain/[domain_name]/name-server |
Adds up to five nameservers to the specified domain name. |
GET domain/[domain_name]/zone |
Returns a zone for the specific domain name. |
POST domain/[domain_name]/zone |
Sets zone records for the specified domain name. |
POST domain-is |
Checks the availability of a domain. |
GET domain-prices |
Returns a list of prices (in cents) for the domains. |
GET domain-transfer |
Returns a list of transfers, matching an optional customer id. |
POST domain-transfer |
Start a transfer for a specified domain and customer. |
GET domain-transfer/[domain_transfer_id] |
Returns the status of a specified domain transfer. |
PUT domain-transfer/[domain_transfer_id] |
Updates the auth code for a specific domain transfer. |
DELETE domain-transfer/[domain_transfer_id] |
Cancels (and deletes) a current transfer. |
POST domain-transfer/[domain_transfer_id]/approve |
Approves a specified transfer. |