The HTTP API is available at: https://api.cloudns.net/
Note: For security reasons, you should always send API requests using HTTPS.
auth-id: Api user ID (See the instructions below for finding your API ID) or sub-auth-id: Api sub user ID (See the instructions below for finding the API ID) or sub-auth-user
auth-password: The password for API user ID or for API sub user ID.
Login to your Account.
Go to Reseller API
The table API users indicates all your API users.
Login to your Account.
Go to Reseller API
The table API sub users indicates all your API sub users.
When the authenctication of API user is not correct, any API request will fail with the following status and statusDescription:
{"status":"Failed","statusDescription":"Invalid authentication, incorrect auth-id or auth-password."}
In case the credentials of API sub user are invalid, the following status and statusDescription will be returned:
{"status":"Failed","statusDescription":"Invalid authentication, incorrect sub-auth-id, sub-auth-user or auth-password."}
Note: These are example errors in JSON format.