| 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?domainName=test-res-transfer1.com' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"id": 12,
"domain": "test-res-transfer1",
"ext": "com",
"status": "pending",
"remark": null,
"gainingReseller": false,
"losingReseller": false,
"dtcreate": "2023-09-26T08:41:09+08:00"
}
}