Get Notification Settings

GET

/v1/notification_settings

Retrieves user email and push notification event delivery preferences.

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
  }
}