1. API Endpoint
https://openapi.dns.com/api/product/package/products/
2. Request Parameters
Common request parameters, see the Common Parameters page.
3. Response Parameters
| Parameter |
Name |
Type |
Description |
| code |
Status Code |
int |
0 indicates success, non-zero indicates an error (see error codes) |
| message |
Message |
string |
May be empty on success, returns error message on failure |
| data |
Response Data |
array |
Returns an array when data exists, otherwise empty |
4. Response Data (data)
| Parameter |
Name |
Type |
Description |
| data |
Plan List |
array |
List of available plans |
| data.id |
Product ID |
int |
- |
| data.name |
Product Name |
string |
- |
| data.price |
Price |
object |
- |
| data.option |
Options |
object |
- |
| data.option.ttl |
TTL |
int |
- |
| data.option.urldirector |
URL Forwarding Count |
int |
- |
| data.option.intelligentroute |
Supported Routes |
array |
- |
| data.option.balance |
Load Balancing |
int |
- |