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

    severityint32
    • 1 - only errors (default)
    • 3 - error and timeouts
    Default value: 1
    Example: 1
    emailboolean

    Send email notifications or not

    Example: true
    pagerdutyboolean

    Send PagerDuty notifications

    Example: true
    pushoverboolean

    Send PushHover notifications

    Example: true
    pushbulletboolean

    Send PushBullet notifications

    Example: true
    slackboolean

    Send Slack notifications

    Example: true