Login

Add domain name

HTTP method

POST

URL

https://api.zilore.com/dns/v1/domains

Request parameters

Parameter

Description

domain_name

Domain name. Must conform to the standard. Names of national domains must be passed in Punycode format. To add several domain names, separate them with commas.

Response fields

Parameter

Description

failed_domains

Includes an object where an error is specified for each non-added domain

Request example

POST https://api.zilore.com/dns/v1/domains
X-Auth-Key: 6fac94db-691b-ec08-d22c-00000b7c06c0
Content-Type: application/x-www-form-urlencoded

domain_name=example.com

Response example

{
"status": "ok",
"response": {
"domain_status": "added"
}
}