> ## Documentation Index
> Fetch the complete documentation index at: https://docs.thefaithapp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Favorites Overview

> Understand how to save, list, and remove favorite media items for a member.

Use favorites when a signed-in member wants to keep sermon media handy for later playback.

Open the operation pages below when you want the full request details or you want to use Mintlify's `Try it` flow.

## What each route does

* [List Favorites](/api-reference/open-api/list-favorites): fetch the member's saved media list.
* [Add Favorite](/api-reference/open-api/add-favorite): save one media item to the member's favorites.
* [Remove Favorite](/api-reference/open-api/remove-favorite): remove one media item from the member's favorites.

## Typical pattern

1. Load the favorites list to show the current saved items.
2. Send `POST /v1/favorites` when the member taps a save or heart action.
3. Send `DELETE /v1/favorites` when the member removes the item later.
