Authorization: Bearer ********************curl --location --request GET 'http://probill.local/api/domain/detail/whois?id=12' \
--header 'Authorization: Bearer <token>'{
"code": "0",
"msg": "获取成功",
"data": {
"domain": {
"name": "webnic.sg",
"status": [
"clientDeleteProhibited",
"clientTransferProhibited",
"clientUpdateProhibited"
],
"nameservers": [
"donald.ns.cloudflare.com",
"fiona.ns.cloudflare.com"
],
"dnssec": "unsigned",
"creationDate": "2006-05-22T09:13:06",
"updatedDate": "2024-11-29T07:10:55",
"expiryDate": "2025-05-21T16:00",
"registryLock": "Locked",
"verifiedIdStatus": "VerifiedID@SG-OK"
},
"registrar": {
"name": "Web Commerce Communications (S) Pte Ltd"
},
"contact": {
"registrant": {
"name": "WEB COMMERCE COMMUNICATIONS (SINGAPORE) PTE. LTD."
},
"admin": {
"name": "WEB COMMERCE COMMUNICATIONS (SINGAPORE) PTE. LTD."
},
"technical": {
"name": "WEB COMMERCE COMMUNICATIONS (SINGAPORE) PTE. LTD.",
"email": "support@webnic.cc"
}
}
}
}