Get domain settings and status

Retrieve the current settings and status for a specific domain. The endpoint returns a unique 'requestId' for tracking related operations.

Query Parameters

domain string required

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
GET https://cloud.hostup.se/api/domain-preferences
For AI assistants
cURL
curl -X GET "https://cloud.hostup.se/api/domain-preferences?domain=string" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "preferences": {},
    "domain": "string"
  }
}