# TheFaithApp Documentation > Product and API documentation for TheFaithApp. ## Docs - [Batch Track Analytics](https://docs.thefaithapp.com/api-reference/endpoints/analytics/batch-track-analytics.md): Records several analytics events in one request. Each item returns an independent success or failure result. - [End Analytics Session](https://docs.thefaithapp.com/api-reference/endpoints/analytics/end-analytics-session.md): Closes an analytics session owned by the authenticated member and church. - [Start Analytics Session](https://docs.thefaithapp.com/api-reference/endpoints/analytics/start-analytics-session.md): Starts or reuses a client-generated analytics session. - [Track Content View](https://docs.thefaithapp.com/api-reference/endpoints/analytics/track-content-view.md): Records a view of church content. - [Track Feature Usage](https://docs.thefaithapp.com/api-reference/endpoints/analytics/track-feature-usage.md): Records an action in a named product feature. - [Track Media Play](https://docs.thefaithapp.com/api-reference/endpoints/analytics/track-media-play.md): Records media playback. - [Track Notification Clicked](https://docs.thefaithapp.com/api-reference/endpoints/analytics/track-notification-clicked.md): Records that a notification was clicked. Duplicate events are handled idempotently. - [Track Notification Delivered](https://docs.thefaithapp.com/api-reference/endpoints/analytics/track-notification-delivered.md): Records that a notification was delivered. Duplicate events are handled idempotently. - [Track Notification Opened](https://docs.thefaithapp.com/api-reference/endpoints/analytics/track-notification-opened.md): Records that a notification was opened. Duplicate events are handled idempotently. - [Track Page View](https://docs.thefaithapp.com/api-reference/endpoints/analytics/track-page-view.md): Records a page view. - [Get Church Branches](https://docs.thefaithapp.com/api-reference/endpoints/churches/get-church-branches.md): Retrieve a paginated list of branches for the authenticated user's church. Supports optional pagination. - [Get Church Name](https://docs.thefaithapp.com/api-reference/endpoints/churches/get-church-name.md): Returns the display name for a church public UUID. - [Get Church Profile](https://docs.thefaithapp.com/api-reference/endpoints/churches/get-church-profile.md): Returns the authenticated member’s church profile, social links, branches, gatherings, and hosted action URLs. Open `church.giving_link` for member giving. - [Get Public Church Profile](https://docs.thefaithapp.com/api-reference/endpoints/churches/get-public-church-profile.md): Returns the public church profile used before a member subscribes or switches context. - [List Churches](https://docs.thefaithapp.com/api-reference/endpoints/churches/list-churches.md): Returns the public church directory with optional search and pagination. - [Comment On A Community Group Post](https://docs.thefaithapp.com/api-reference/endpoints/community-groups/comment-on-a-community-group-post.md): Adds a comment to a post visible to an active member of the group. - [Create A Community Group Leader Note](https://docs.thefaithapp.com/api-reference/endpoints/community-groups/create-a-community-group-leader-note.md): Creates a private group leader note, optionally associated with an active group member. - [Create A Community Group Post](https://docs.thefaithapp.com/api-reference/endpoints/community-groups/create-a-community-group-post.md): Publishes a discussion or, for authorized group leaders, an announcement. - [Create A Community Group Study Guide](https://docs.thefaithapp.com/api-reference/endpoints/community-groups/create-a-community-group-study-guide.md): Publishes a study guide for the group. Only group leaders, co-leaders, and hosts may perform this action. - [Get A Community Group](https://docs.thefaithapp.com/api-reference/endpoints/community-groups/get-a-community-group.md): Returns one active community group in the member’s church together with the member’s current membership state. - [Get Community Group Feed](https://docs.thefaithapp.com/api-reference/endpoints/community-groups/get-community-group-feed.md): Returns group posts, comments, and study guides for an active group member. - [Join A Community Group](https://docs.thefaithapp.com/api-reference/endpoints/community-groups/join-a-community-group.md): Joins an open group or submits an approval request for a request-to-join group. - [Leave A Community Group](https://docs.thefaithapp.com/api-reference/endpoints/community-groups/leave-a-community-group.md): Ends the authenticated member’s membership and synchronizes linked group chat access. - [List Community Group Leader Notes](https://docs.thefaithapp.com/api-reference/endpoints/community-groups/list-community-group-leader-notes.md): Returns private leader notes for the selected group. Only group leaders, co-leaders, and hosts may view them. - [List Community Groups](https://docs.thefaithapp.com/api-reference/endpoints/community-groups/list-community-groups.md): Lists active community groups in the authenticated member’s church with membership state and optional filters. - [Record Community Group Attendance](https://docs.thefaithapp.com/api-reference/endpoints/community-groups/record-community-group-attendance.md): Creates or updates attendance records for active group members. Only group leaders, co-leaders, and hosts may perform this action. - [Record Community Group Attendance (Compatibility)](https://docs.thefaithapp.com/api-reference/endpoints/community-groups/record-community-group-attendance-compatibility.md): Compatibility alias for recording attendance. This GET mutation is deprecated; integrations should use POST on the same path. - [Get Communication Preferences](https://docs.thefaithapp.com/api-reference/endpoints/community-preferences-&-research/get-communication-preferences.md): Returns quiet hours, timezone, and topic-level community notification preferences for the authenticated member. - [Get Community Summary](https://docs.thefaithapp.com/api-reference/endpoints/community-preferences-&-research/get-community-summary.md): Returns the authenticated member's group counts, mutual-aid availability, research-pilot status, and shared-resource availability. - [Get Research Consent](https://docs.thefaithapp.com/api-reference/endpoints/community-preferences-&-research/get-research-consent.md): Returns consent and eligibility information for opt-in community research pilots. - [Grant Or Update Research Consent](https://docs.thefaithapp.com/api-reference/endpoints/community-preferences-&-research/grant-or-update-research-consent.md): Opts the authenticated member into one or more enabled research pilots after explicit acceptance of the consent terms. - [Update Communication Preferences](https://docs.thefaithapp.com/api-reference/endpoints/community-preferences-&-research/update-communication-preferences.md): Updates quiet hours, timezone, and topic-level community notification preferences. - [Withdraw Research Consent](https://docs.thefaithapp.com/api-reference/endpoints/community-preferences-&-research/withdraw-research-consent.md): Withdraws the authenticated member from all community research pilots. - [Get Audio Sermons](https://docs.thefaithapp.com/api-reference/endpoints/content/get-audio-sermons.md): Retrieve a paginated list of audio sermons for the authenticated user's church. Supports optional search and pagination. - [Get Devotionals](https://docs.thefaithapp.com/api-reference/endpoints/content/get-devotionals.md): Retrieve devotionals for the authenticated user's church. When X-Client-Date header is provided, returns a single devotional for that date with metadata. Otherwise, returns a paginated list of devotionals. - [Get Live Streamings](https://docs.thefaithapp.com/api-reference/endpoints/content/get-live-streamings.md): Retrieve the current live video and audio streaming information for the authenticated user's church. - [Get Sermon Chapters](https://docs.thefaithapp.com/api-reference/endpoints/content/get-sermon-chapters.md): Fetch published chapter markers for a sermon in the authenticated member's church. Returns data: null when no published chapters are available. - [Get Sermon Insights](https://docs.thefaithapp.com/api-reference/endpoints/content/get-sermon-insights.md): Fetch published sermon summary, key points, scripture references, reflection questions, and discussion prompts for a sermon in the authenticated member's church. Returns data: null when no published insights are available. - [Get Sermon Transcript](https://docs.thefaithapp.com/api-reference/endpoints/content/get-sermon-transcript.md): Fetch the published synced transcript for an audio or uploaded video sermon in the authenticated member's church. Returns data: null when no published transcript is available. - [Get Single Devotional](https://docs.thefaithapp.com/api-reference/endpoints/content/get-single-devotional.md): Fetches a full devotional payload by ID. - [Get Video Sermons](https://docs.thefaithapp.com/api-reference/endpoints/content/get-video-sermons.md): Retrieve a paginated list of video sermons for the authenticated user's church. Supports optional search and pagination. - [List Church YouTube Videos](https://docs.thefaithapp.com/api-reference/endpoints/content/list-church-youtube-videos.md): Returns videos from the authenticated church's configured YouTube playlist or channel. - [List Media by Category](https://docs.thefaithapp.com/api-reference/endpoints/content/list-media-by-category.md): Returns paginated church media in a category. `client_id` is currently required in addition to the authenticated church context. - [List Videos from a YouTube URL](https://docs.thefaithapp.com/api-reference/endpoints/content/list-videos-from-a-youtube-url.md): Resolves a public YouTube playlist or channel URL and returns its videos in the standard media shape. - [Get Current User](https://docs.thefaithapp.com/api-reference/endpoints/core-experience/get-current-user.md): Returns the authenticated member profile together with the active church context. - [Get Home Feed](https://docs.thefaithapp.com/api-reference/endpoints/core-experience/get-home-feed.md): Loads the member-facing home payload, including church context, content, and the latest bulletin. - [Set Active Church](https://docs.thefaithapp.com/api-reference/endpoints/core-experience/set-active-church.md): Moves the authenticated member into a church context. The selected church must match the API key used for subsequent requests. - [Subscribe to Church](https://docs.thefaithapp.com/api-reference/endpoints/core-experience/subscribe-to-church.md): Subscribes the authenticated TheFaithApp member to the church represented by the client API key and stores the device FCM token for push notifications. - [Update Member Profile](https://docs.thefaithapp.com/api-reference/endpoints/core-experience/update-member-profile.md): Canonical alias for `PUT /v1/member/details`. Updates fields on the authenticated member profile. - [Update Member Profile Details (Legacy)](https://docs.thefaithapp.com/api-reference/endpoints/core-experience/update-member-profile-details-legacy.md): Compatibility route for updating the authenticated member profile. New integrations should use `PUT /v1/member`. - [Add Bookmark](https://docs.thefaithapp.com/api-reference/endpoints/engagement/add-bookmark.md): Adds a devotional to the authenticated member's bookmarks. - [Add Favorite](https://docs.thefaithapp.com/api-reference/endpoints/engagement/add-favorite.md): Adds a media item to the authenticated member's favorites. - [List Bookmarks](https://docs.thefaithapp.com/api-reference/endpoints/engagement/list-bookmarks.md): Lists the devotional bookmarks saved by the authenticated member. - [List Favorites](https://docs.thefaithapp.com/api-reference/endpoints/engagement/list-favorites.md): Lists the favorite media items saved by the authenticated member. - [Remove Bookmark](https://docs.thefaithapp.com/api-reference/endpoints/engagement/remove-bookmark.md): Removes a devotional from the authenticated member's bookmarks. - [Remove Favorite](https://docs.thefaithapp.com/api-reference/endpoints/engagement/remove-favorite.md): Removes a media item from the authenticated member's favorites. - [Cancel Event Registration](https://docs.thefaithapp.com/api-reference/endpoints/events-&-volunteers/cancel-event-registration.md): Cancels a registration owned by the authenticated member. - [Cancel Volunteer Signup](https://docs.thefaithapp.com/api-reference/endpoints/events-&-volunteers/cancel-volunteer-signup.md): Cancels a volunteer signup owned by the authenticated member. - [Check In Event Registration](https://docs.thefaithapp.com/api-reference/endpoints/events-&-volunteers/check-in-event-registration.md): Marks an event registration as checked in. - [Export Event Registrations](https://docs.thefaithapp.com/api-reference/endpoints/events-&-volunteers/export-event-registrations.md): Downloads event registrations as CSV. - [Get Events](https://docs.thefaithapp.com/api-reference/endpoints/events-&-volunteers/get-events.md): Retrieve a paginated list of events for the authenticated user's church. Supports optional pagination. - [List Event Categories](https://docs.thefaithapp.com/api-reference/endpoints/events-&-volunteers/list-event-categories.md): Returns event categories available to the authenticated member's church. - [List Event Registrations](https://docs.thefaithapp.com/api-reference/endpoints/events-&-volunteers/list-event-registrations.md): Returns a paginated registration list for an event in the authenticated church. - [List My Volunteer Commitments](https://docs.thefaithapp.com/api-reference/endpoints/events-&-volunteers/list-my-volunteer-commitments.md): Returns the authenticated member's volunteer signups. - [List Volunteer Categories](https://docs.thefaithapp.com/api-reference/endpoints/events-&-volunteers/list-volunteer-categories.md): Returns volunteer categories configured for the authenticated church. - [List Volunteer Ministries](https://docs.thefaithapp.com/api-reference/endpoints/events-&-volunteers/list-volunteer-ministries.md): Returns volunteer ministries configured for the authenticated church. - [List Volunteer Opportunities](https://docs.thefaithapp.com/api-reference/endpoints/events-&-volunteers/list-volunteer-opportunities.md): Returns active volunteer opportunities for the authenticated church. - [Register For Event](https://docs.thefaithapp.com/api-reference/endpoints/events-&-volunteers/register-for-event.md): Creates a built-in registration for the authenticated member. - [Sign Up for Volunteer Opportunity](https://docs.thefaithapp.com/api-reference/endpoints/events-&-volunteers/sign-up-for-volunteer-opportunity.md): Creates a pending or approved volunteer commitment for the authenticated member. - [Complete Hosted Auth Sign-In](https://docs.thefaithapp.com/api-reference/endpoints/hosted-auth/complete-hosted-auth-sign-in.md): Verifies the Firebase ID token produced by the hosted sign-in page and returns a callback URL containing a short-lived authorization code. - [Create Hosted Auth URL](https://docs.thefaithapp.com/api-reference/endpoints/hosted-auth/create-hosted-auth-url.md): Creates a TheFaithApp-hosted sign-in URL for the church identified by the client key. Open the returned auth_url in a browser or mobile auth session. - [Exchange Hosted Auth Code](https://docs.thefaithapp.com/api-reference/endpoints/hosted-auth/exchange-hosted-auth-code.md): Exchanges a one-time hosted auth code for a TheFaithApp member bearer token. Codes are short-lived, single-use, and bound to the redirect_uri used when auth started. - [Get Hosted Auth Configuration](https://docs.thefaithapp.com/api-reference/endpoints/hosted-auth/get-hosted-auth-configuration.md): Returns public church branding, enabled sign-in providers, and whether a redirect URL is allowed. - [Sign Out Hosted Auth Member](https://docs.thefaithapp.com/api-reference/endpoints/hosted-auth/sign-out-hosted-auth-member.md): Revokes the current TheFaithApp member bearer token. Call this when the member signs out of your app. - [Connect To A Campus](https://docs.thefaithapp.com/api-reference/endpoints/member-connections/connect-to-a-campus.md): Creates or updates the authenticated member’s connection to a church campus. Church settings determine whether approval is required. - [Connect To A Ministry](https://docs.thefaithapp.com/api-reference/endpoints/member-connections/connect-to-a-ministry.md): Creates or updates the authenticated member’s connection to a ministry. Church settings determine whether approval is required. - [Get Member Connections](https://docs.thefaithapp.com/api-reference/endpoints/member-connections/get-member-connections.md): Returns the authenticated member’s active and pending campus, ministry, and community-group connections plus available connection options. - [Leave A Campus](https://docs.thefaithapp.com/api-reference/endpoints/member-connections/leave-a-campus.md): Ends the authenticated member’s connection to the selected campus. - [Leave A Ministry](https://docs.thefaithapp.com/api-reference/endpoints/member-connections/leave-a-ministry.md): Ends the authenticated member’s connection to the selected ministry and synchronizes linked chat access. - [Accept A Mutual-Aid Response](https://docs.thefaithapp.com/api-reference/endpoints/mutual-aid/accept-a-mutual-aid-response.md): Accepts a pending response on a post owned by the authenticated member. - [Close A Mutual-Aid Post](https://docs.thefaithapp.com/api-reference/endpoints/mutual-aid/close-a-mutual-aid-post.md): Closes a mutual-aid post owned by the authenticated member. - [Create A Mutual-Aid Post](https://docs.thefaithapp.com/api-reference/endpoints/mutual-aid/create-a-mutual-aid-post.md): Creates a need or offer. Church configuration and category rules determine whether it is published or held for review. - [Decline A Mutual-Aid Response](https://docs.thefaithapp.com/api-reference/endpoints/mutual-aid/decline-a-mutual-aid-response.md): Declines a pending response on a post owned by the authenticated member. - [Get A Mutual-Aid Post](https://docs.thefaithapp.com/api-reference/endpoints/mutual-aid/get-a-mutual-aid-post.md): Returns a visible mutual-aid post. Owners also receive private responses and their audit history. - [Get My Mutual-Aid Activity](https://docs.thefaithapp.com/api-reference/endpoints/mutual-aid/get-my-mutual-aid-activity.md): Returns mutual-aid posts created by the member and responses submitted by the member. - [List Mutual-Aid Posts](https://docs.thefaithapp.com/api-reference/endpoints/mutual-aid/list-mutual-aid-posts.md): Lists mutual-aid needs and offers visible to the authenticated member, ordered by urgency and recency. - [Mark A Mutual-Aid Post Fulfilled](https://docs.thefaithapp.com/api-reference/endpoints/mutual-aid/mark-a-mutual-aid-post-fulfilled.md): Marks a mutual-aid post owned by the authenticated member as fulfilled. - [Report A Mutual-Aid Post](https://docs.thefaithapp.com/api-reference/endpoints/mutual-aid/report-a-mutual-aid-post.md): Privately reports a mutual-aid post to church staff for safety or moderation review. - [Respond To A Mutual-Aid Post](https://docs.thefaithapp.com/api-reference/endpoints/mutual-aid/respond-to-a-mutual-aid-post.md): Sends a private response to a mutual-aid post and starts a private coordination flow. - [Update A Mutual-Aid Post](https://docs.thefaithapp.com/api-reference/endpoints/mutual-aid/update-a-mutual-aid-post.md): Updates fields on a mutual-aid post owned by the authenticated member. - [Withdraw A Mutual-Aid Response](https://docs.thefaithapp.com/api-reference/endpoints/mutual-aid/withdraw-a-mutual-aid-response.md): Withdraws the authenticated member's response from a mutual-aid post. - [Batch Track Notification Analytics](https://docs.thefaithapp.com/api-reference/endpoints/notification-analytics/batch-track-notification-analytics.md): Records multiple notification delivery, open, or click events. - [Get Notification Analytics Summary](https://docs.thefaithapp.com/api-reference/endpoints/notification-analytics/get-notification-analytics-summary.md): Returns aggregate delivery, open, and click metrics for a church. - [Track Notification Click](https://docs.thefaithapp.com/api-reference/endpoints/notification-analytics/track-notification-click.md): Records a notification click event. - [Track Notification Delivery](https://docs.thefaithapp.com/api-reference/endpoints/notification-analytics/track-notification-delivery.md): Records a notification delivery event. - [Track Notification Open](https://docs.thefaithapp.com/api-reference/endpoints/notification-analytics/track-notification-open.md): Records a notification open event. - [Delete User Notification](https://docs.thefaithapp.com/api-reference/endpoints/notifications-&-bulletins/delete-user-notification.md): Deletes a member-specific notification. - [Get Bulletins](https://docs.thefaithapp.com/api-reference/endpoints/notifications-&-bulletins/get-bulletins.md): Retrieve a paginated list of bulletins for the authenticated user's church. Bulletins can be either native (HTML content) or PDF files. - [Get Latest Bulletin](https://docs.thefaithapp.com/api-reference/endpoints/notifications-&-bulletins/get-latest-bulletin.md): Retrieve the most recent bulletin for the authenticated user's church. Returns the latest published bulletin with all its content and sections. - [Get Notifications](https://docs.thefaithapp.com/api-reference/endpoints/notifications-&-bulletins/get-notifications.md): Retrieve a paginated list of notifications for the authenticated user's church. Supports optional pagination. - [Get Single Bulletin](https://docs.thefaithapp.com/api-reference/endpoints/notifications-&-bulletins/get-single-bulletin.md): Retrieve a specific bulletin by its ID for the authenticated user's church. Returns the complete bulletin with all its content and sections. - [List User Notifications](https://docs.thefaithapp.com/api-reference/endpoints/notifications-&-bulletins/list-user-notifications.md): Returns member-specific notifications such as personal alerts or direct delivery events. - [Mark All Notifications As Read](https://docs.thefaithapp.com/api-reference/endpoints/notifications-&-bulletins/mark-all-notifications-as-read.md): Marks every member notification as read for the authenticated member. - [Mark Notification As Read](https://docs.thefaithapp.com/api-reference/endpoints/notifications-&-bulletins/mark-notification-as-read.md): Marks a member notification as read. - [Submit Prayer Request](https://docs.thefaithapp.com/api-reference/endpoints/prayer/submit-prayer-request.md): Creates a prayer request for the authenticated member and church. - [Get Resource Activity](https://docs.thefaithapp.com/api-reference/endpoints/resource-sharing/get-resource-activity.md): Returns items offered by the member and loans requested by the member. - [List Shared Resources](https://docs.thefaithapp.com/api-reference/endpoints/resource-sharing/list-shared-resources.md): Lists reviewed shared resources visible to the authenticated member. - [Offer A Shared Resource](https://docs.thefaithapp.com/api-reference/endpoints/resource-sharing/offer-a-shared-resource.md): Submits a member-owned lending item for staff review before it becomes visible. - [Request A Resource Loan](https://docs.thefaithapp.com/api-reference/endpoints/resource-sharing/request-a-resource-loan.md): Requests to borrow an available shared resource. Repeated active requests are idempotent. - [Transition A Resource Loan](https://docs.thefaithapp.com/api-reference/endpoints/resource-sharing/transition-a-resource-loan.md): Approves, declines, checks out, returns, or cancels a resource loan when the member has permission for that transition. - [Flutter SDK Quickstart](https://docs.thefaithapp.com/api-reference/flutter-sdk.md): Add hosted member sign-in and authenticated v1 API requests to an Android or iOS Flutter app. - [Hosted Auth Guide](https://docs.thefaithapp.com/api-reference/hosted-auth.md): Sign members into your app with TheFaithApp-hosted auth, then use member tokens for API calls. - [API Introduction](https://docs.thefaithapp.com/api-reference/introduction.md): Integrate member sign-in, church content, engagement, giving, events, and analytics through the stable v1 partner API. - [Pagination and Errors](https://docs.thefaithapp.com/api-reference/pagination-and-errors.md): Handle paginated collections, validation failures, authorization errors, and safe retries. - [Quickstart](https://docs.thefaithapp.com/api-reference/quickstart.md): Sign in a member and make your first authenticated TheFaithApp API request. - [React Native SDK Quickstart](https://docs.thefaithapp.com/api-reference/react-native-sdk.md): Add hosted member sign-in and authenticated v1 API requests to an iOS or Android React Native app. - [App customization is now available](https://docs.thefaithapp.com/changelog/2026-05-15-app-customization-is-now-available.md): Design and publish a branded mobile app experience for your church. - [App customization is now available to all admins](https://docs.thefaithapp.com/changelog/2026-05-29-app-customization-is-now-available-to-all-admins.md): The app customization workspace no longer requires the earlier rollout gate. - [Sermon AI tools are now available](https://docs.thefaithapp.com/changelog/2026-06-09-sermon-ai-tools-are-now-available.md): Generate reviewed sermon transcripts, chapters, insights, translations, quote cards, content drafts, and uploaded-video clips. - [Chat realtime is now powered by Firebase](https://docs.thefaithapp.com/changelog/2026-06-10-chat-realtime-is-now-powered-by-firebase.md): Chat messages, typing states, and room updates now arrive faster across web and mobile. - [Chat rooms have stronger admin controls](https://docs.thefaithapp.com/changelog/2026-06-11-chat-rooms-have-stronger-admin-controls.md): Admins can now manage room behavior with moderation, read states, mentions, reactions, and notification preferences. - [Sermon AI content is available in the external API](https://docs.thefaithapp.com/changelog/2026-06-11-sermon-ai-content-is-available-in-the-external-api.md): Third-party apps can now read published sermon transcripts, chapters, and insights. - [Chat conversations are easier to follow](https://docs.thefaithapp.com/changelog/2026-06-12-chat-conversations-are-easier-to-follow.md): Chat now has better room lists, timeline grouping, search, presence, reply navigation, and group details. - [Chat attachments, voice notes, and sermon sharing are upgraded](https://docs.thefaithapp.com/changelog/2026-06-13-chat-attachments-voice-notes-and-sermon-sharing-are-upgraded.md): Chat now supports richer image, PDF, voice note, and sermon attachment experiences across web and mobile. - [Prayer Community adds a church prayer feed](https://docs.thefaithapp.com/changelog/2026-06-17-prayer-community-adds-a-church-prayer-feed.md): Members can now share approved prayer requests, mark that they prayed, and follow up when prayers are answered. - [Prayer Rooms beta is ready for mobile testing](https://docs.thefaithapp.com/changelog/2026-06-17-prayer-rooms-beta-is-ready-for-mobile-testing.md): Members can now create and join beta audio and video prayer rooms, use room controls, and give toward room goals. - [Hosted member sign-in simplifies API access](https://docs.thefaithapp.com/changelog/2026-06-19-hosted-member-sign-in-simplifies-api-access.md): External apps can now use TheFaithApp-hosted member sign-in, with setup docs and API reference pages for the full auth flow. - [Prayer Rooms trial limits protect live room capacity](https://docs.thefaithapp.com/changelog/2026-06-22-prayer-rooms-trial-limits-protect-live-room-capacity.md): Trial Prayer Rooms now default to smaller gatherings with monthly participant-minute metering before upgrading. - [Member Directory connects your church](https://docs.thefaithapp.com/changelog/2026-06-27-member-directory-connects-your-church.md): Members can browse a privacy-first church directory, control what they share, and staff can manage households, approvals, and reminders. - [Member Connections brings campuses, ministries, and groups together](https://docs.thefaithapp.com/changelog/2026-07-10-member-connections-and-community-groups.md): Members can manage church connections, discover community groups, and use privacy-safe directory filters. - [Member data hygiene and migration tools are available](https://docs.thefaithapp.com/changelog/2026-07-11-member-data-hygiene-and-migration.md): Staff can review, clean up, and safely migrate member records before using the directory. - [Your church week now meets you on Home](https://docs.thefaithapp.com/changelog/2026-07-14-your-church-week-now-meets-you-on-home.md): The mobile Home screen brings together personal commitments, useful next steps, group updates, saved sermon moments, and quick actions. - [Welcome every new visitor with one connected journey](https://docs.thefaithapp.com/changelog/2026-07-16-welcome-every-new-visitor-with-one-connected-journey.md): Guests can plan a visit or connect without an account while staff coordinate consent-aware follow-up and useful next steps. - [Flutter apps can plug into hosted sign-in](https://docs.thefaithapp.com/changelog/2026-07-18-flutter-apps-can-plug-into-hosted-sign-in.md): Developers can register a Flutter app in Developer Access and use the new SDK to receive a member bearer token without hosting a callback website. - [React Native apps can use hosted sign-in](https://docs.thefaithapp.com/changelog/2026-07-18-react-native-apps-can-use-hosted-sign-in.md): Developers can add hosted member sign-in to React Native and Expo apps without running a callback website. - [Changelog](https://docs.thefaithapp.com/changelog/index.md): Product updates, improvements, and releases across TheFaithApp. - [Getting Started](https://docs.thefaithapp.com/index.md): Product guides and API reference for TheFaithApp. - [Admin Navigation](https://docs.thefaithapp.com/product/admin-navigation.md): Move between the five TheFaithApp admin products and their feature menus. - [Analytics](https://docs.thefaithapp.com/product/analytics.md): Review engagement, content activity, demographics, cohorts, notifications, app versions, and alert-driven analytics workflows in TheFaithApp. - [Authentication](https://docs.thefaithapp.com/product/authentication.md): Sign in, sign up, password reset, email verification, and two-factor authentication for TheFaithApp admins. - [Church Operations](https://docs.thefaithapp.com/product/church-operations.md): Manage members, imports, branches, gatherings, admin accounts, roles, and permissions in TheFaithApp. - [Content Management](https://docs.thefaithapp.com/product/content-management.md): Organize categories, manage sermons, publish devotionals and bulletins, and configure streaming in TheFaithApp. - [Dashboard and Internal Tools](https://docs.thefaithapp.com/product/dashboard-and-internal-tools.md): Use the admin dashboard, AI chat assistant, feature requests, support, notifications, and profile tools in TheFaithApp. - [Engagement and Communication](https://docs.thefaithapp.com/product/engagement-and-communication.md): Manage prayer requests, notifications, direct messages, group chats, invitations, and member-facing saved items in TheFaithApp. - [Events and Volunteers](https://docs.thefaithapp.com/product/events-and-volunteers.md): Plan church events, configure registration, and manage volunteer ministries, opportunities, skills, and signups in TheFaithApp. - [Giving and Finance](https://docs.thefaithapp.com/product/giving-and-finance.md): Manage donations, recurring gifts, funds, payment providers, billing plans, payment methods, and AI add-on billing in TheFaithApp. - [Marketing](https://docs.thefaithapp.com/product/marketing.md): Manage marketing dashboards, Mailgun, Twilio, email campaigns, email templates, subscribers, and SMS outreach in TheFaithApp. - [Member Connections and Community Groups](https://docs.thefaithapp.com/product/member-connections.md): Help members connect with campuses, ministries, and community groups while keeping every relationship manageable and privacy-aware. - [Member Data Hygiene and Migration](https://docs.thefaithapp.com/product/member-data-hygiene.md): Keep member records accurate, privacy-aware, and ready for directory use. - [Member Directory](https://docs.thefaithapp.com/product/member-directory.md): A privacy-first church directory where members find and connect with each other, and staff manage households, approvals, and visibility. - [Use and moderate Needs & Offers](https://docs.thefaithapp.com/product/needs-and-offers.md): Share practical needs and offers safely in the mobile app, then review and coordinate them from the web dashboard. - [New Visitor Journey](https://docs.thefaithapp.com/product/new-visitor-journey.md): Set up a welcoming guest page, collect Connect Cards, and coordinate thoughtful follow-up from one Visitor Inbox. - [Outreach and Donor Management](https://docs.thefaithapp.com/product/outreach-and-donor-management.md): Create outreach campaigns, review campaign donations, manage donors, work with donor forms, and share public campaign pages in TheFaithApp. - [Personalized Home](https://docs.thefaithapp.com/product/personalized-home.md): See the parts of church life that matter to you today, without searching through the app. - [Prayer Community](https://docs.thefaithapp.com/product/prayer-community.md): Help members share approved prayer requests, pray for one another, and follow up when prayers are answered. - [Prayer Rooms](https://docs.thefaithapp.com/product/prayer-rooms.md): Host beta audio and video prayer rooms with speaker controls, recording options, and room-specific giving. - [Settings, Branding, and App Customization](https://docs.thefaithapp.com/product/settings-branding-and-customization.md): Manage church profile details, social links, email delivery, developer setup, white-label branding, domains, and mobile app customization in TheFaithApp. ## OpenAPI Specs - [openapi](https://docs.thefaithapp.com/api-reference/openapi.json) ## Optional - [Website](https://www.thefaithapp.com)