Get Notification Settings
Retrieves configured notification settings.
Get configured notification settings.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/orgNotificationSettings
COPY
Responses
200
OK
Returns
NotificationSettings
of type(s)
application/json;version=9.1.0
{
"certificateLibraryNotificationSettings": {
"notifyExpired": false,
"notifyDayOf": false,
"notifyDayBefore": false,
"notifyWeekBefore": false,
"notifyThirtyDaysBefore": false,
"notifyNinetyDaysBefore": false
}
}
Vendor Extension
This operation contains the following vendor extensions defined in the spec:
[{"type":"Classic"},{"type":"Modern"}]
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/orgNotificationSettings
Availability
Added in 39.0
Notification Settings Operations
GET
Get Notification Settings
PUT
Update Notification Settings