Get and update account user settings

Retrieve and update your personal settings associated with your account. This can include interface settings to how we communicate with you. It also returns an ID that may be needed for follow-up actions.

Headers

Accept Example
Content-Type Example

Responses

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