Skip to content

Retrieve notification settings for a project

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

Retrieves the notification level for a specified project.

id
required
string

The project ID

OK

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

Bad Request

Unauthorized

Not Found