- Requires both an API key and a Firebase ID token.
- Supports optional search and pagination.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Your client API key from the dashboard (Settings page).
Query Parameters
Search term to filter video sermons.
Page number for pagination (default: 1).
Response
Paginated list of video sermons.
Current page number of the result set.
1
List of video sermon objects.
URL to the first page of results.
"https://app.thefaithapp.com/api/v1/open/videos?page=1"
Index of the first item returned.
1
Last page number of the result set.
1
URL to the last page of results.
"https://app.thefaithapp.com/api/v1/open/videos?page=1"
Pagination navigation links.
URL to the next page of results, or null if on the last page.
null
Base path for the paginated results.
"https://app.thefaithapp.com/api/v1/open/videos"
Number of items per page.
30
URL to the previous page of results, or null if on the first page.
null
Index of the last item returned.
2
Total number of items available.
2