Use bookmarks when a signed-in member wants to save devotionals for later reading or re-reading. 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 Bookmarks: fetch the member’s saved devotional list.
- Add Bookmark: save one devotional to the member’s bookmarks.
- Remove Bookmark: remove one devotional from the member’s bookmarks.
Typical pattern
- Load bookmarks on the member’s saved or library screen.
- Send
POST /v1/bookmarkswhen the member saves a devotional. - Send
DELETE /v1/bookmarkswhen the member removes it later.