# TheFaithApp API Docs ## Docs - [Get Audio Sermons](https://docs.thefaithapp.com/api-reference/endpoint/audios.md): Retrieve a paginated list of audio sermons for the authenticated user's church. Supports optional search and pagination. - [Get Church Branches](https://docs.thefaithapp.com/api-reference/endpoint/branches.md): Retrieve a paginated list of branches for the authenticated user's church. Supports optional pagination. - [Get Bulletins](https://docs.thefaithapp.com/api-reference/endpoint/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/endpoint/bulletins-latest.md): Retrieve the most recent bulletin for the authenticated user's church. Returns the latest published bulletin with all its content and sections. - [Get Single Bulletin](https://docs.thefaithapp.com/api-reference/endpoint/bulletins-single.md): Retrieve a specific bulletin by its ID for the authenticated user's church. Returns the complete bulletin with all its content and sections. - [Get Church Profile](https://docs.thefaithapp.com/api-reference/endpoint/church.md): Retrieve the profile information for the authenticated user's church, including socials and branches. - [Get Devotionals](https://docs.thefaithapp.com/api-reference/endpoint/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 Events](https://docs.thefaithapp.com/api-reference/endpoint/events.md): Retrieve a paginated list of events for the authenticated user's church. Supports optional pagination. - [Update Member Details](https://docs.thefaithapp.com/api-reference/endpoint/member.md): Update the profile details of the authenticated member. This endpoint allows updating personal information such as phone number, gender, and biography. - [Get Notifications](https://docs.thefaithapp.com/api-reference/endpoint/notifications.md): Retrieve a paginated list of notifications for the authenticated user's church. Supports optional pagination. - [Get Live Streamings](https://docs.thefaithapp.com/api-reference/endpoint/streamings.md): Retrieve the current live video and audio streaming information for the authenticated user's church. - [Subscribe to Church](https://docs.thefaithapp.com/api-reference/endpoint/subscribe.md): Subscribes a user to a church using their Firebase ID token and the client API key. - [Get Video Sermons](https://docs.thefaithapp.com/api-reference/endpoint/videos.md): Retrieve a paginated list of video sermons for the authenticated user's church. Supports optional search and pagination. - [API Introduction](https://docs.thefaithapp.com/api-reference/introduction.md) ## OpenAPI Specs - [openapi](https://docs.thefaithapp.com/api-reference/openapi.json) ## Optional - [Documentation](https://guide.thefaithapp.com)