DNS API PROTOCOL VIEW PROFILE (resellers)
URL to call for DNS updates: https://www.worldwidedns.net/api_dns_view_profile_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 information for a 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_view_profile_reseller.asp? NAME=your_id&PASSWORD=your_password&ID=reseller_id
We will pass the data back as follows:
userid
password
first_name
last_name
company
address
city
state
zip
country
phone
fax
email
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 |
|