| 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/20' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"id": 20,
"uuid": "95e50c17-4b29-4f78-b695-5a3adf158b68",
"domain": "weisstest12312",
"ext": "com",
"status": "reject",
"remark": "",
"dtcreate": "2023-10-03T08:36:43+08:00",
"registrantApproved": false,
"resellerApproved": false
}
}