Affordable Bulk DNS Hosting Services

  

World Wide DNS Hosting Services

Sign-up Now!

DNS API PROTOCOL LIST DOMAINS (resellers)

URL to call for DNS updates: https://www.worldwidedns.net/api_dns_list_reseller.asp

The above URL should be called with HTTPS for secure communications however you can use HTTP and use a non secure transaction.

Use this function to list all domains for a certain user in your reseller account.

Parameter Value Description
ID reseller ID Your reseller ID
NAME login ID Your login ID
PASSWORD password Your password


Here is an example URL for your reference:
https://www.worldwidedns.net/api_dns_list_reseller.asp?
NAME=your_id&PASSWORD=your_password&ID=reseller_id

We will pass the data back as follows:
sampledomain1.com.P
sampledomain2.org.P
sampledomain3.com.S

The domain name will be sent followed by a chr(31) and the zone type P or S, then followed by a CR LF. Then the next domain will be sent, and so on.

Here is a list of possible return codes that you would receive with the above function. When updating a domain, you can get multiple return codes. Keep this in mind when retrieving our return codes. An example would be a response from each name server advising that the zone was updated or not.

Code Description
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