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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
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.
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.
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
.