Get Bulletins
Retrieve a paginated list of bulletins for the authenticated user’s church. Bulletins can be either native (HTML content) or PDF files.
Authorizations
Client API key copied from Developer Access in the TheFaithApp dashboard.
Member access token returned by POST /v1/auth/token.
Query Parameters
Page number for pagination (default: 1).
Response
Paginated list of bulletins.
Current page number of the result set.
1
List of bulletin objects.
URL to the first page of results.
"https://api.thefaithapp.com/bulletins?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/bulletins?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/bulletins"
Number of items per page.
10
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