Initiate a domain transfer to a new owner by generating a unique token. The new owner needs this token to complete the transfer on their account. You must provide the ID of the domain you wish to transfer.
Accept Example Content-Type Example domainId string required success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string https://cloud.hostup.se/api/domain-transfers/generate curl -X POST "https://cloud.hostup.se/api/domain-transfers/generate" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"domainId": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"mismatch": true,
"message": "string",
"yourOrgno": "string"
}
} {
"domainId": "string"
}