Accept an ongoing domain or VPS transfer. You need a token obtained from a previous call (e.g., POST /api/domain-transfers/generate). After acceptance, an ID is returned to track the status.
Accept Example Content-Type Example token string required success boolean timestamp string requestId string data object https://cloud.hostup.se/api/transfers/accept curl -X POST "https://cloud.hostup.se/api/transfers/accept" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"token": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"message": "string",
"previousOwner": "string",
"newOwner": "string",
"domainId": "string"
}
} {
"token": "string"
}