CheckAvailability will check a list of domains to see if they are purchasable. A Maximum of 50 domains can be specified.
Authenticate via HTTP Basic with your account username and API token. Examples use an explicit 'Authorization: Basic <base64(username:token)>' header; 'curl -u username:token' is equivalent. For sandbox, append "-test" to your username and use your sandbox token on api.dev.name.com.
AvailabilityRequest is used to list the domain names to check availability for.
Checks if one or more domain names are available for registration (up to 50 domains). Important: Do not encode the : in the path. Use /core/v1/domains:checkAvailability, not /core/v1/domains%3AcheckAvailability.
DomainNames is the list of domains to check if they are available.
1 - 50 elementsA successful response.
SearchResponse returns a list of search results.
Results of the search are returned here, the order should not be relied upon.