POST /v1/admin/digests/send-nightly
Service: comms · operationId: (none)
Required scopes
(no scope declared — review service config)
Responses
200 Nightly digest sent
{
"type": "object",
"properties": {
"sent": {
"type": "number"
},
"recipients": {
"type": "number"
}
},
"required": [
"sent",
"recipients"
]
}500 Sending failed
{
"type": "object",
"properties": {
"error": {
"type": "string"
},
"message": {
"type": "string"
}
},
"required": [
"error",
"message"
]
}Example
curl -X POST https://comms.platform.loop.health/v1/admin/digests/send-nightly \
-H "Authorization: Bearer $ACCESS_TOKEN"Related
services/comms— service overview- All endpoints — directory across services
- Auth model — how scopes are enforced