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.
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/preferences curl -X GET "https://cloud.hostup.se/api/preferences" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"preferences": {},
"categorized": {},
"count": 0
}
}