Check domain availability
eurodns_domain_check_availabilityCheck if domain names are available to register by querying registries. Returns availability status for each domain, enabling immediate registration decisions.
Instructions
Checks whether domain names are available to register and returns the availability of each. This queries the registries, so it works for any name, registered here or not; for a domain already in the account, eurodns_domain_get has the details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | domainNames: the fully qualified names to check, e.g. ["example.com", "example.lu"]. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Response body as returned by the API. | |
| status | Yes | Upstream HTTP status code. |