Organization
Get notification settings
Returns the organization’s notification settings, including SLA deadline reminder configuration.
GET
Error
Authorizations
API token obtained from the Tokens endpoint. Include as Authorization: Bearer <token>.
Response
Notification settings.
Organization notification settings. SLA reminders send a daily digest of vulnerabilities approaching or past their remediation deadline (critical/high 30 days, medium 60, low 90).
Whether SLA deadline reminders are enabled. Defaults to false.
Deliver the digest to organization members by email.
Post the digest to the organization's default Slack channel.
Days before the deadline to start reminding. Defaults to 7.
Required range:
1 <= x <= 30Error