DNS API PROTOCOL NEW DOMAIN (resellers)
URL to call for DNS updates: https://www.worldwidedns.net/api_dns_new_domain_reseller.asp
The above URL should be called with HTTPS for secure communications however you can use HTTP
and use a non secure transaction.
This will add a domain to our servers in order for you to make an update.
When you pass the data to our servers you will need tp specify the parameters below.
Once the domain is added you can use the modify API to update the zone data.
Parameter |
Value |
Description |
ID |
reseller ID |
Your reseller ID |
NAME |
login ID |
Your login ID |
PASSWORD |
password |
Your password |
DOMAIN |
domain name |
Domain name to add |
TYPE |
0 or 1 |
0 for Primary or 1 for Secondary |
Here is an example URL for your reference:
https://www.worldwidedns.net/api_dns_new_domain_reseller.asp?NAME=your_id&
PASSWORD=your_password&DOMAIN=domain.com&TYPE=0&ID=your_reseller_id
Here is a list of possible return codes that you would receive with the above function.
Code |
Description |
200 |
Domain was added to your account |
401 |
Login ID you supplied is SUSPENDED, you need to renew your account |
403 |
Login ID and/or Password you supplied is not on file or does not match |
407 |
Your limit was exceeded, you need to upgrade your account |
408 |
Domain already exists on our servers |
409 |
Domain is listed in DNSBL and is banned from our servers |
410 |
Invalid domain name |
|