NotificationPreferencesResponse
NotificationPreferencesResponse
User notification preferences response
JSON Example
{
"categories": [
{
"name": "string",
"display_name": "string",
"channels": {
"channels": "string"
},
"notification_types": [
{
"name": "string",
"display_name": "string",
"channels": {
"channels": "string"
},
"priority": "string"
}
]
}
]
}