- Requires both an API key and a Firebase ID token.
- Returns the complete bulletin with all its content and sections.
- Use the bulletin ID from the list endpoint to retrieve specific bulletins.
- Returns 404 if the bulletin is not found or doesn’t belong to the 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).
Path Parameters
Unique identifier of the bulletin to retrieve.
Response
Bulletin information.
The bulletin object.