Skip to main content

Project notifications

GET 

/project/:id/notifications

Get project notifications settings for current user

Request

Path Parameters

    id stringrequired

    A unique project ID

    Example: 5e9602e7a39e5a46428b457f

Responses

Notification settings response

Schema

    severity int32
    • 1 - only errors (default)
    • 3 - error and timeouts
    Default value: 1
    Example: 1
    email boolean

    Send email notifications or not

    Example: true
    pagerduty boolean

    Send PagerDuty notifications

    Example: true
    pushover boolean

    Send PushHover notifications

    Example: true
    pushbullet boolean

    Send PushBullet notifications

    Example: true
    slack boolean

    Send Slack notifications

    Example: true