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’sDocumentation Index
Fetch the complete documentation index at: https://docs.thefaithapp.com/llms.txt
Use this file to discover all available pages before exploring further.
Try it flow.
What each route does
- List Favorites: fetch the member’s saved media list.
- Add Favorite: save one media item to the member’s favorites.
- Remove Favorite: remove one media item from the member’s favorites.
Typical pattern
- Load the favorites list to show the current saved items.
- Send
POST /v1/favoriteswhen the member taps a save or heart action. - Send
DELETE /v1/favoriteswhen the member removes the item later.