These routes manage member-specific notifications, separate from the shared church-wide notification feed returned byDocumentation Index
Fetch the complete documentation index at: https://docs.thefaithapp.com/llms.txt
Use this file to discover all available pages before exploring further.
/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
- List User Notifications: load the member’s paginated notification inbox.
- Mark Notification As Read: update one notification to a read state.
- Mark All Notifications As Read: clear every unread badge for the current member.
- Delete User Notification: remove one notification from the member’s inbox.
Typical pattern
- Load
GET /v1/notifications/userwhen the inbox screen opens. - Mark an item as read after the member opens it.
- Call
PATCH /v1/notifications/read-allfor a bulk clear action. - Delete individual notifications only when your product experience truly removes them from the inbox.