Endpoint Examples
Get Single Bulletin
Retrieve a specific bulletin by its ID for the authenticated user’s church. Returns the complete bulletin with all its content and sections.
GET
Retrieves a specific bulletin by its ID for the authenticated user’s church.
- 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
200
application/json
Bulletin information.
The response is of type object
.