Domain Name Registration
From Hostway API Documentation
(Difference between revisions)
(→Reset/Retry domain transfer) |
Corinne.chui (Talk | contribs) m (1 revision) |
Latest revision as of 11:37, 27 June 2016
[edit] Domain Name Registration API
Public API to manage domain name registration records including domain availability check, domain registration, renewal, transfer, whois editing, name server changes, host record creation, locking, additional features, special; registration attributes, domain security, supported TLDs and more.
Contents |
download this selection of articles as a PDF book
[edit] Top level domains
[edit] Get a list of available tlds
- GET /domains/tlds - Get a list of available tlds.
[edit] Get a list of registry agreements
- GET /domains/tlds/registryagreement - Get a list of registry agreements
[edit] Get the additional TLD parameters
- GET /domains/tlds/{tld}/extparams - Get info on the extra parameters (if any) for the tld
[edit] Domain Name Availability Check
[edit] Check availability of a domain
- GET /domains/{domainName} - Check a domain name for availability
[edit] Name suggestions search (Name Spinner)
- GET /domains/{domainName}/namespinner - Get availability results for suggested names
[edit] Domain Name Transfers
[edit] Check transferability of a domain
- GET /domains/{domainName}/transfer - Check a domain name for transferability
[edit] Get status of pending transfer
- GET /accounts/{accountNumber}/domains/transfers/{domainName} - Check transfer status for a domain
[edit] Reset/Retry domain transfer
- PUT /accounts/{accountNumber}/domains/transfers/{domainName} - Reset a domain transfer that is blocked for various reasons
[edit] Ordering domain
[edit] Ordering API
- Ordering Domain - Order domain name using the Ordering API
- Ordering Transfer Domain - Order transfer domain name using the Ordering API
[edit] Order domain shortcut
Register
- PUT /accounts/{accountId}/domains/{domainName} - Order domain name for an existing account using the "shortcut" command
Transfer
- PUT /accounts/{accountId}/domains/{domainName} - Order transfer domain name for an existing account using the "shortcut" command
[edit] Domain Name Management
[edit] Search for domains in account
- GET /accounts/{accountNumber}/domains - Search for domains in client's account.
[edit] Get domain details
- GET /domains/{domainName}/details - Get information about the given domain name such as creation date, name servers, lock status and whois info.
[edit] Lock / Unlock
- GET /domains/{domainName}/lock - Get the current lock status of a domain name
- PUT /domains/{domainName}/lock - Place a lock on a domain name that prevents unauthorized transfer or changes
- DELETE /domains/{domainName}/lock - Remove a lock on a domain
[edit] Hold / Unhold
- GET /domains/{domainName}/hold - Get the current domain hold status.
- PUT /domains/{domainName}/hold - Place a hold on a domain name that prevents the domain from resolving
- DELETE /domains/{domainName}/hold - Remove a hold on a domain
[edit] Name Servers
- GET /domains/{domainName}/nameservers - Get the name servers used to serve the DNS of the domain
- PUT /domains/{domainName}/nameservers - Change the name servers used to serve the DNS of the domain
[edit] Whois contacts
- GET /domains/{domainName}/{contactType} - Gets the contact info for the specified contact
- PUT /domains/{domainName}/{contactType} - Changes the contact info of a domain name
[edit] Domain authorization code
- GET /domains/{domainName}/authInfo - Gets the authorization code (authInfo).
- PUT /domains/{domainName}/authInfo - Sets or generates the authorization info
[edit] Auto-renewal status
- GET /domains/{domainName}/autoRenew - Gets the current auto-renewal status
- PUT /domains/{domainName}/autoRenew - Sets the auto-renewal status
- OPTIONS /domains/{domainName}/autoRenew - Check whether the auto-renewal status can be set.
[edit] Domain hosts
- GET /domains/{domainName}/hosts - Gets the current hosts
- PUT /domains/{domainName}/hosts - Replace the hosts
- POST /domains/{domainName}/hosts - Add or update hosts
- DELETE /domains/{domainName}/hosts/{hostName} - Delete a host
[edit] Domain contact verification
- GET /domains/{domainName}/contactverification - Gets the status of the contact verification for {domainName} or Send email contact verification for {domainName}
[edit] Private registration
- GET /domains/{domainName}/privateregistration - Gets the privateregistration info for the domain
- POST /domains/{domainName}/privateregistration - Update the privateregistration - change forwarding e-mail address, upgrade or downgrade between "full" and "light" version of the privateregistration product.
- DELETE /domains/{domainName}/privateregistration - Remove the privateregistration
[edit] Renew Domain
- GET /domains/{domainName}/renewTerms - get available renewal terms and pricing
- POST /domains/{domainName}/renew - renew a domain for a specific registration period
[edit] Domain Pricing
- GET /domains/{domainName}/prices - get domain prices
- GET /domains/{domainName}/prices/register - get domain register prices
- GET /domains/{domainName}/prices/renew - get domain renew prices
- GET /domains/{domainName}/prices/transfer - get domain transfer prices
[edit] Private Registration Availability By TLD
- GET /domains/privateregistration - Is private registration available for tld's
[edit] See also