Skip to main content
GET
/
:projectId
/
api
/
v7
/
spaces
/
:spaceId
/
digest-config
Fetch Digest Config
curl --request GET \
  --url https://api.replyke.com/api/v6/:projectId/api/v7/spaces/:spaceId/digest-config
{
  "digestEnabled": true,
  "digestWebhookUrl": {},
  "digestWebhookSecret": {},
  "digestScheduleHour": {},
  "digestTimezone": {}
}
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