| Field | Type | Description |
|---|---|---|
| zone | String | Zone |
| zoneType | String | Zone type |
| subscription | String | Subscription |
| subscriptionId | String | Subscription ID |
| dtcreate | String | Date and time when the domain zone was created |
| dtmodify | String | Date and time when the domain zone was modified |
| Action | URL |
|---|---|
| Remove Domain Zone from Partner Subscription | {{baseUrl}}/dns/v2/subscription/partner/zone/:zone |
| Subscribe Domain Subscription | {{baseUrl}}/dns/v2/subscription/standalone-domain |
| Unsubscribe Domain Subscription | {{baseUrl}}/dns/v2/subscription/standalone-domain/:subscriptionId |
| Delete Domain Zone | {{baseUrl}}/dns/v2/zone/:zone |
curl --location --request GET 'https://oteapi.webnic.cc/dns/v2/zone/sdk-test01.com' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"zone": "domaintesting123.com",
"zoneType": "inzone",
"subscription": "premium_ns_partner",
"subscriptionId": "05277e7a-6707-4fb9-a0e2-711b73c0f887",
"dtcreate": "2018-02-12T17:57:39+08:00",
"dtmodify": "2023-11-27T11:07:18+08:00"
}
}