Skip to content

Retrieve global notification settings

GET
/api/v4/notification_settings

Retrieves the global notification level and email address.

OK

Media type application/json
object
level
string
events
string
notification_email
string
Example generated
{
"level": "example",
"events": "example",
"notification_email": "example"
}

Unauthorized