Retrieve global notification settings
GET
/api/v4/notification_settings
Retrieves the global notification level and email address.
Authorizations
Section titled “ Authorizations ”Responses
Section titled “ Responses ”OK
Media type application/json
object
level
string
events
string
notification_email
string
Example generated
{ "level": "example", "events": "example", "notification_email": "example"}Unauthorized