> ## 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

> Interface overview for output target configuration

Prefix: `/api/v1/destinations`

## Purpose

Manage configuration and enabled state for output targets such as Notion, Obsidian, and RSS.

## Main Endpoints

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

## Common Scenarios

* Update Notion database settings
* Update Obsidian `mode`, REST credentials, or local vault path
* Test destination connectivity before saving or enabling it
* Enable or disable an output target
* Bind monitors to a configured destination
