Note 1: the suspend status won't show in WHOIS record.
Note 2: to unsuspend, send the request with domain details to support@webnic.cc.
curl --location --request GET 'https://oteapi.webnic.cc/domain/v2/suspendStatus?domainName=suspendDomain.com' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"suspend": "true"
}
}