| Endpoints - Registrar Transfer |
|---|
| Get Registrar Transfer Away Status by Domain Name |
| Get Registrar Transfer Away Status by Id |
| Update Registrar Transfer Away Status |
| Endpoints - Reseller Transfer |
|---|
| Get Reseller Transfer Away Status by Domain Name |
| Get Reseller Transfer Away Status by Id |
| Update Registrar Transfer Away Status |
curl --location 'https://oteapi.webnic.cc/domain/v2/transfer-away/status?domainName=transfer-away.com' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"id": 30,
"uuid": "8a503690-f6f7-4e80-91d7-3b7846f81387",
"domain": "transfer-away",
"ext": "com",
"status": "pending",
"remark": "",
"dtcreate": "2023-10-03T10:03:15+08:00",
"registrantApproved": false,
"resellerApproved": false
}
}