Retrieve notification settings for a project
GET
/api/v4/projects/{id}/notification_settings
Retrieves the notification level for a specified project.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
string
The project ID
Responses
Section titled “Responses”OK
Media typeapplication/json
object
level
string
events
string
Examplegenerated
{ "level": "example", "events": "example"}Bad Request
Unauthorized
Not Found