| Status | Explanation |
|---|---|
| active | The domain has an ‘ok’ status, allowing for any modifications. |
| transfer_protected | It protects the domain name from unauthorized domain transfer. |
| name_protected | It protects the domain from unauthorized domain transfer or deletion and contact or DNS modification. |
curl --location --request PUT 'https://oteapi.webnic.cc/domain/v2/status?domainName=webnic.my&status=transfer_protected' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully."
}