Skip to content

Retrieve notification settings for a group

GET
/api/v4/groups/{id}/notification_settings

Retrieves the notification level for a specified group.

id
required
string

The group ID

OK

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

Bad Request

Unauthorized

Not Found