Skip to main content
GET
Fetch Digest Config
Returns the current digest configuration for a space. Only accessible to space admins.

Path Parameters

spaceId
string
required
UUID of the space.

Response

digestEnabled
boolean
Whether digest delivery is currently enabled.
digestWebhookUrl
string | null
The configured delivery URL.
digestWebhookSecret
string | null
The configured signing secret, or null if not set.
digestScheduleHour
number | null
UTC hour (0–23) of delivery.
digestTimezone
string | null
IANA timezone string.
See also: useFetchDigestConfig