Retrieve details about a specific service transfer, such as a domain transfer. It returns a unique requestId required to track the transfer status in other API calls. Use this when you need to verify information about an ongoing or recently completed transfer.
Accept Example Content-Type Example token string required success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string error string message string code string timestamp string requestId string error string message string code string timestamp string requestId string https://cloud.hostup.se/api/transfers/details curl -X POST "https://cloud.hostup.se/api/transfers/details" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"token": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"accountId": "string",
"serviceName": "string",
"serviceType": "string",
"expiresAt": "string",
"createdAt": "string"
}
} {
"token": "string"
}