| Field | Type | Description |
|---|---|---|
| id | Number | Reference ID for reseller transfer status |
| domain | String | Domain name |
| ext | String | Extension of domain |
| status | String | Status of the transfer request |
| remark | String | Additional remarks or comments |
| gainingReseller | Boolean | Indicates whether the gaining reseller is involved in the transfer |
| losingReseller | Boolean | Indicates whether the losing reseller is involved in the transfer |
| dtcreate | String | Date and time when the transfer request was created |
curl --location --request GET '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"
}
}