Create a temporary, secure token to share with the new owner of your service. This token allows the new owner to complete the service transfer to their account.
Accept Example Content-Type Example accountId string required success boolean timestamp string requestId string data object https://cloud.hostup.se/api/transfers/generate curl -X POST "https://cloud.hostup.se/api/transfers/generate" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"accountId": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"token": "string",
"serviceName": "string",
"serviceType": "string",
"expiresIn": "string",
"message": "string"
}
} {
"accountId": "string"
}