Domains
Covered in this doc:
Search available domains
This method allows you search against registered domains using a keyword and see if they are available or already registered.
Passing a list of TLDs to the search
Parameters
Name | Type | Description |
|
| required This is the search query. It can accept a set of keywords (i.e. "some business name") or the actual domain desired (i.e. "somebusinessname.com") |
|
| optional Customize the Domain TLDs that will be searched. Passed as a comma separated list of tlds.
Example: |
Response
List domains
List all domains currently registered
Response
Register a domain
Register a domain by providing the domain name as well as the registrant contact details (name, address, etc)
Parameters
Name | Type | Description |
|
| required First name of domain owner |
|
| required Last name of domain owner |
|
| required Street address of domain owner |
|
| required |
|
| required Two character state/provence code |
|
| required |
|
| required Two character country code (i.e. US, CA) |
|
| required Contact phone number |
|
| required Contact email address |
|
| required Number of years to register the domain |
Optional | ||
|
| Apt/unit number |
|
| Name of the business/organization. Optional but required for |
|
| Unique partner ID for this domain for tracking purposes (billing, account ID). Only one domain can exist for each for these IDs. |
|
| Partner ID that is not unique for tracking purposes. |
|
| Only required for certain TLDs and for IDNA (Punycode) language domains, but safe to send for all registrations.
Pass just the 2 character language code (i.e. |
Response
A status code of 201 created
is returned on a successful creation and contains the created domain object as JSON
Registrant details
For an individual domain, you can retrieve the registrant details like name, address and contact information on the domain.
Response
Renew a Domain
Renew a domain for a period of years.
Parameters
Name | Type | Description |
|
| required Number of additional years to renew the domain |
Response
A status code of 202 accepted
is returned on a successful renewal of the domain and contains the domain object as JSON
Reset DNS zone for domain
This method will reset the DNS entries assigned to a domain to defaults for the instance. This is helpful if you have changed values and would like to update an older domain's DNS records.
Last updated