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.
Welcome to the TheFaithApp API
TheFaithAppv1 lets third-party apps authenticate members with Firebase, subscribe them to a church, and read church-scoped content such as sermons, devotionals, events, notifications, and bulletins.
Examples in this reference were captured from the current v1 implementation and then trimmed for clarity and to remove sensitive fields.
Base URL
https://api.thefaithapp.com for production integrations and for the default Mintlify Try it experience in this docs workspace.
Authentication
Every/v1 request requires both headers below:
X-API-Keyidentifies the church or partner app.Authorizationidentifies the signed-in member.- Firebase ID tokens expire regularly, so your client should refresh them automatically.
Using This Reference
- Open any endpoint page from the left navigation.
- Click
Try itto test the route from the docs UI. - Paste a Firebase bearer token when Mintlify prompts for auth.
- Fill the
X-API-Keyfield shown in the request inputs section. - Send the request and compare the live response with the example on the page.
Typical Flow
- Upload your Firebase service account JSON in the dashboard settings.
- Copy the generated API key from the dashboard.
- Sign the end user into Firebase in your app.
- Send the Firebase ID token and API key to
POST /v1/subscribe. - Use the other
v1endpoints to load member, church, content, and notification data.
Example Request
Common Headers
Some endpoints also support contextual headers:X-Client-Date: resolves devotionals for a specific client-side date.X-Client-Timezone: resolves devotionals and home content using the user’s timezone.
Main Endpoint Groups
- Core experience:
user,home,app-customization,subscribe - Content:
audios,videos,streamings,devotionals - Engagement:
favorites,bookmarks - Church directory:
church,churches,churches/public/{uuid},branches - Events:
events,events/{event}/register - Notifications:
notifications,notifications/user - Profile and bulletin endpoints:
member,bulletins
Error Handling
401 Unauthorized: missing or invalid bearer token.404 Not Found: missing church, member, or requested resource.422 Unprocessable Entity: validation errors in request payloads.500 Internal Server Error: unexpected server-side failure.
message, error, or errors fields when a request fails.