Shows the price for one SMS notification.
Name | Data Type | Status | Description |
auth-id | Integer | Required | Authentication parameter |
auth-password | String | Required | Authentication parameter |
country_code | String | Required | The country code for which you want to check the SMS price |
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."}
When the country code is invalid, any API request will fail with the following status and statusDescription:
{"status":"0","Invalid country code!"}
Note: These are example errors in JSON format.
URL JSON: https://api.cloudns.net/monitoring/get-sms-price.json
Domain POST/GET: auth-id=0&auth-password=password&country_code=bg
URL XML: https://api.cloudns.net/monitoring/get-sms-price.xml
Domain POST/GET: auth-id=0&auth-password=password&country_code=bg