Retrieve your current automation settings, such as notifications and default service settings. This endpoint also returns a 'requestId' that may be needed for subsequent calls, for example, when updating settings.
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/account/automation curl -X GET "https://cloud.hostup.se/api/account/automation" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"settings": {
"DefaultTimezone": "string",
"SupportDepartments": [
"string"
],
"SupportRates": [
"string"
],
"DiscountForms": [
"string"
]
},
"settings_enabled": {
"DefaultTimezone": true,
"MergeInvoiceOptions": true
}
}
}