Endpoint Examples
Get Bulletins
Retrieve a paginated list of bulletins for the authenticated userβs church. Bulletins can be either native (HTML content) or PDF files.
GET
Retrieves a paginated list of bulletins for the authenticated userβs church.
- Requires both an API key and a Firebase ID token.
- Supports optional pagination.
- Bulletins can be either native (HTML content) or PDF files.
- Each bulletin may contain sections with different content types (text, links, images).
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
Page number for pagination (default: 1).
Response
200
application/json
Paginated list of bulletins.
The response is of type object
.