Change the password for your HostUp customer account as a security measure. After a successful change, a request ID is returned to verify the change in other systems.
Accept Example Content-Type Example password 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 https://cloud.hostup.se/api/account/change-password curl -X POST "https://cloud.hostup.se/api/account/change-password" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"password": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"message": "string"
}
} {
"password": "string"
}