Endpoint Examples
Get Latest Bulletin
Retrieve the most recent bulletin for the authenticated user’s church. Returns the latest published bulletin with all its content and sections.
GET
Retrieves the most recent bulletin for the authenticated user’s church.
- Requires both an API key and a Firebase ID token.
- Returns the latest published bulletin with all its content and sections.
- Useful for displaying the current bulletin on the main screen or dashboard.
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).
Response
200
application/json
Latest bulletin information.
The response is of type object
.