Skip to main content
GET
/
v1
/
notifications
/
types
Browse the notification catalog merged with this org's config
curl --request GET \
  --url https://api-sandbox.featherhq.com/v1/notifications/types \
  --header 'x-api-key: <api-key>'
[
  {
    "event_type": "<string>",
    "category": "<string>",
    "display_name": "<string>",
    "description": "<string>",
    "default_severity": "<string>",
    "supported_channels": [
      "<string>"
    ],
    "recommended": true,
    "template_id": "<string>",
    "threshold_based": true,
    "threshold_config_schema": {},
    "payload_schema": {},
    "enabled": true,
    "severity_override": "<string>",
    "threshold_config": {},
    "effective_severity": "<string>",
    "delivery_mode": "<string>",
    "rate_limit_per_hour": 123,
    "resolved_destination_ids": [
      "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    ],
    "has_destination": true
  }
]

Authorizations

x-api-key
string
header
required

Response

Successful Response

event_type
string
required
category
string
required
display_name
string
required
description
string
required
default_severity
string
required
supported_channels
string[]
required
template_id
string | null
required
threshold_based
boolean
required
threshold_config_schema
Threshold Config Schema · object
required
payload_schema
Payload Schema · object
required
enabled
boolean
required
severity_override
string | null
required
threshold_config
Threshold Config · object
required
effective_severity
string
required
delivery_mode
string
required
rate_limit_per_hour
integer | null
required
resolved_destination_ids
string<uuid>[]
required
has_destination
boolean
required