Retrieves user email and push notification event delivery preferences.
Get Notification Settings
Updated about 2 hours ago•1 min read
GET
/v1/notification_settings
Responses
200Current notification settings
{
"data": {
"email_conversation_created": true,
"email_conversation_assigned": true,
"email_conversation_mention": true,
"push_conversation_created": true,
"push_conversation_assigned": true,
"push_conversation_mention": true
}
}