SubDomain
List the reserved subdomain names
This function lists the subdomain labels that the system reserves, and that an account therefore cannot use to create a subdomain.
Note:
The returned labels are not sorted.
get/SubDomain/getreservedsubdomains
Response
HTTP Request was successful.
Example response
{
"data": [
"www"
],
"status": 1
}