Change the language used for communication and the interface. Use this if you prefer to interact in a language other than the default. The endpoint returns a requestId for follow-up calls.
Accept Example Content-Type Example language string · enum required en sv success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string error string message string retryAfter string requestId string https://cloud.hostup.se/api/account/language curl -X POST "https://cloud.hostup.se/api/account/language" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"language": "en"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"message": "string",
"language": "string"
}
} {
"language": "en"
}