Get the Nameservers of a Domain
This command is used to get the nameservers of a domain.
CALL
GET - /domains/{domain}/nameservers
Request Parameters
Name | Type | Required? | Description |
---|---|---|---|
domain | text | Yes | Domain name |
Sample Request
Get the Nameservers of a Domain
This command is used to get the nameservers of a domain.
CALL
GET - /domains/{domain}/nameservers
Request Parameters
Name | Type | Required? | Description |
---|---|---|---|
domain | text | Yes | Domain name |
Sample Request
endpoint ="https://www.whogohost.com/host/modules/addons/DomainsReseller/api/index.php"; ]; $headers = [ "username: email@example.com", "token: ". base64_encode(hash_hmac("sha256", "1234567890QWERTYUIOPASDFGHJKLZXCVBNM", "email@example.com:".gmdate("y-m-d H"))) ]; $curl = curl_init(); curl_setopt($curl, CURLOPT_URL, "{$endpoint}{$action}"); curl_setopt($curl, CURLOPT_POST, true); curl_setopt($curl, CURLOPT_POSTFIELDS, http_build_query($params)); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, true); curl_setopt($curl, CURLOPT_HTTPHEADER, $headers); $response = curl_exec($curl); curl_close($curl); |
Register Domain The register action is used to send a Register command to the registrar. CALL...
Transfer Domain The transfer action is used to send a transfer command to the registrar. CALL...
Renew Domain The renew action is used to send a renew command to the registrar. CALL POST -...
Get the EPP Code of a Domain This command is used to obtain the EPP Code of a domain. CALL GET...
Get the contact information of a domain This command is used to get the contact of a domain...