| 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/reseller-transfer/status/20' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"id": 20,
"domain": "athenadom5001",
"ext": "com",
"status": "pending",
"remark": null,
"gainingReseller": true,
"losingReseller": false,
"dtcreate": "2023-10-31T04:30:42+08:00"
}
}