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 typeapplication/json
object
level
string
events
string
notification_email
string
Examplegenerated
{ "level": "example", "events": "example", "notification_email": "example"}Unauthorized