Skip to main content

GET - Get notification details

Purpose

This API is used to get the notification details of a particular user.

Request URL

https://calendar.zoho.com/api/v1/notification

OAuth Scope

scope=ZohoCalendar.notification.ALL

(or)

scope=ZohoCalendar.notification.READ

ALL - Full access to notifications

READ - Gets notifications

Sample Request

Copiedhttp://calendar.zoho.com/api/v1/notification

Sample Response

Copied{
    "notification": [
        {
            "notifyemail": "user@domain.com",
            "emailformat": "html",
            "agendanotify": "off",
            "remindernotify": "on"
        }
    ]
}