Endpoint Examples
Get Audio Sermons
Retrieve a paginated list of audio sermons for the authenticated user’s church. Supports optional search and pagination.
GET
Retrieve a paginated list of audio sermons for the authenticated user’s church.
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 audio sermons.
Page number for pagination (default: 1).
Response
200
application/json
Paginated list of audio sermons.
The response is of type object
.