Skip to main content
GET
Get Notification Config

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
string<uuid>
required
notification_id
string<uuid>
required

Response

Successful Response

Schema for detailed notification config response with user email resolution.

id
string<uuid>
required
team_id
string<uuid>
required
name
string
required
event_type
string
required
event_filters
Event Filters · object
required
message_template
string | null
required
is_enabled
boolean
required
apprise_vault_secret_id
string<uuid>
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
created_by
string<uuid> | null
created_by_email
string | null

Email of user who created this notification

updated_by
string<uuid> | null

User who last updated this notification

updated_by_email
string | null

Email of user who last updated this notification