Get Devotionals
Retrieve devotionals for the authenticated user’s church. When X-Client-Date header is provided, returns a single devotional for that date with metadata. Otherwise, returns a paginated list of devotionals.
Retrieves a paginated list of devotionals for the authenticated user’s church.
- Requires both an API key and a Firebase ID token.
- Supports optional search and pagination.
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).
The date for which to retrieve the devotional (format: YYYY-MM-DD). If provided, returns a single devotional for that date with metadata. If not provided, returns a paginated list of devotionals.
The timezone to use for date calculations (e.g., 'America/New_York'). Only used when X-Client-Date is provided. If not provided, uses UTC.
Query Parameters
Search term to filter devotionals. Only used when X-Client-Date is not provided.
Page number for pagination (default: 1). Only used when X-Client-Date is not provided.
Response
Devotional information. Returns either a single devotional with metadata when X-Client-Date is provided, or a paginated list of devotionals when no date is specified.
The response is of type object
.
The response is of type object
.
The response is of type object
.