| Field | Type | Description |
|---|---|---|
| zone | String | Zone, Domain name |
| zoneType | String | Zone type Possible value: "inzone" (WebNIC domain), "outzone" (Non WebNIC domain) |
| subscription | String | Partner subscription type |
| subscriptionId | String | Partner 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 |
|---|---|
| Get Domain Subscription | {{baseUrl}}/dns/v2/subscription/standalone-domains |
| Subscribe Domain Subscription | {{baseUrl}}/dns/v2/subscription/standalone-domain |
curl --location --request POST 'https://oteapi.webnic.cc/dns/v2/subscription/partner/zone/ote-nelson.my' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"zone": "luckytrademe1.com",
"zoneType": "inzone",
"subscription": "premium_ns_partner",
"subscriptionId": "6d901b09-b7bb-45ec-858c-6cb698de830a",
"dtcreate": "2019-09-03T16:11:15+08:00",
"dtmodify": "2024-05-16T09:58:49+08:00"
}
}