> ## Documentation Index
> Fetch the complete documentation index at: https://insight-flow.potatodog.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# Destinations API

> 输出目标资源的接口概览

前缀：`/api/v1/destinations`

## 用途

维护 Notion、Obsidian、RSS 等输出目标的配置和启用状态。

## 主要接口

* `GET /api/v1/destinations`
* `PATCH /api/v1/destinations/{destination_id}`
* `POST /api/v1/destinations/{destination_id}/test`

## 常见场景

* 更新 Notion database 配置
* 更新 Obsidian 的 `mode`、REST 凭证或本地 vault 路径
* 在保存前测试 destination 连通性
* 启用或停用某个 output target
* 让 monitor 绑定已配置好的 destination
