Skip to main content

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.

These routes manage member-specific notifications, separate from the shared church-wide notification feed returned by /v1/notifications. 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

Typical pattern

  1. Load GET /v1/notifications/user when the inbox screen opens.
  2. Mark an item as read after the member opens it.
  3. Call PATCH /v1/notifications/read-all for a bulk clear action.
  4. Delete individual notifications only when your product experience truly removes them from the inbox.