POST /v1/admin/digests/telehealth-mrr
Service: analytics · operationId: (none)
Compute daily telehealth MRR snapshot and distribute digest to stakeholders
Required scopes
(no scope declared — review service config)
Responses
200 Digest sent
{
"type": "object",
"properties": {
"mrr_cents": {
"type": "number"
},
"subscribers": {
"type": "number"
}
},
"required": [
"mrr_cents",
"subscribers"
]
}Example
curl -X POST https://analytics.platform.loop.health/v1/admin/digests/telehealth-mrr \
-H "Authorization: Bearer $ACCESS_TOKEN"Related
services/analytics— service overview- All endpoints — directory across services
- Auth model — how scopes are enforced