Get Audio Sermons
Retrieve a paginated list of audio sermons for the authenticated user’s church. Supports optional search and pagination.
Authorizations
Client API key copied from Developer Access in the TheFaithApp dashboard.
Member access token returned by POST /v1/auth/token.
Query Parameters
Search term to filter audio sermons.
Page number for pagination (default: 1).
Response
Paginated list of audio sermons.
Current page number of the result set.
1
List of audio sermon objects.
URL to the first page of results.
"https://api.thefaithapp.com/v1/audios?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://api.thefaithapp.com/v1/audios?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://api.thefaithapp.com/v1/audios"
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