Only available record will be returned.
If no available found within 5 seconds, the result list will be empty.
curl --location --request GET 'https://oteapi.webnic.cc/domain/v2/smart-query?domainName=007.com&sortBy=' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"resultList": [
{
"available": true,
"premium": false,
"online": true,
"landrush": false,
"idn": false,
"punyCodeDomainName": "yahoo.sch.id",
"domainName": "yahoo.sch.id"
}
]
}
}