GET /v1/inbox/\{user_id\}/unread-count
Service: comms · operationId: (none)
Get unread inbox item count for badge display.
Required scopes
(no scope declared — review service config)
Path parameters
user_id(string) required —
Responses
200 Unread count
{
"type": "object",
"properties": {
"count": {
"type": "integer"
}
},
"required": [
"count"
]
}Example
curl -X GET https://comms.platform.loop.health/v1/inbox/{user_id}/unread-count \
-H "Authorization: Bearer $ACCESS_TOKEN"Related
services/comms— service overview- All endpoints — directory across services
- Auth model — how scopes are enforced