Retrieve the current settings and status for a specific domain. The endpoint returns a unique 'requestId' for tracking related operations.
domain string required Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/domain-preferences curl -X GET "https://cloud.hostup.se/api/domain-preferences?domain=string" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"preferences": {},
"domain": "string"
}
}