| Field | Type | Description |
|---|---|---|
| records | Number | Number of records |
| activityDate | String | Current date |
| Action | URL |
|---|---|
| Get Domain Zone Statistics | {{baseUrl}}/dns/v2/statistics |
curl --location --request GET 'https://oteapi.webnic.cc/dns/v2/premium-subscription/statistics' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": [
{
"records": 3,
"activityDate": "2024-05-15"
}
]
}