/
ON
oneloop-hq
/
Feather API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 2w ago
Details
Filter operations
analytics
110
ask-feather
12
assistants
41
billing
3
communication
12
conversation-exports
4
conversations
18
email
7
email-drafts
6
evals
19
extraction-schemas
4
extractions
3
hitl
10
identity
28
integrations
17
knowledge-base
29
knowledge-base-acl
6
knowledge-base-audit
6
knowledge-base-connectors
12
knowledge-base-evals
13
knowledge-base-governance
4
knowledge-gap-analytics
9
library
12
mcp-chat
2
memory
4
mocks
16
model-router
10
notifications
19
get
Discover channels the bot can post to (cached 5 min)
get
List configured notification destinations
post
Create a destination (verified on save via a test post)
delete
Delete a notification destination
get
List event-type routing rules
put
Create or update an event_type -> destination route
delete
Delete a routing rule
get
Get org notification settings (default destination + timezone)
put
Set the default destination and/or org timezone
get
Browse the notification catalog merged with this org's config
put
Enable/disable a type and set its severity override / threshold config
post
One-click enable the recommended starter set
post
Send a test notification through the real dispatch path (notify())
get
Browse the delivery-decision audit log (why a notification was/wasn't sent)
get
Get the effective template for a type (default or override) + variables manifest
put
Create/update the per-org template override (validates + increments version)
delete
Delete the per-org override (revert to the platform default)
post
Strict-validate candidate slots (per-slot errors; valid=false is a 200)
post
Render a preview (text + blocks) of candidate-or-effective slots
personas
7
policies
22
privacy
5
retention-policies
4
scenarios
7
sessions
1
sim_suites
15
simulation_runs
6
sms
5
teams
15
tools
17
voice
40
webchat
10
webhooks
2
workflow-playground
4
workflows
22
notifications
Browse the notification catalog merged with this org's config
get
/v1/notifications/types
Response
Successful Response
NotificationTypeView[]
required
event_type
string
required
category
string
required
display_name
string
required
description
string
required
default_severity
string
required
supported_channels
string[]
required
recommended
boolean
required
template_id
string
nullable
required
threshold_based
boolean
required
threshold_config_schema
object
nullable
required
payload_schema
object
nullable
required
enabled
boolean
required
severity_override
string
nullable
required
threshold_config
object
nullable
required
effective_severity
string
required
delivery_mode
string
required
rate_limit_per_hour
integer
nullable
required
resolved_destination_ids
string[]
required
has_destination
boolean
required
Changes