> ## Documentation Index
> Fetch the complete documentation index at: https://docs.snipp.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Unread Count

Number of unread notifications, for a badge.

## Behavior

* Counts raw notifications, not the aggregated groups returned by [List Notifications](/relay-reference/endpoint/notifications). Three people liking the same post count as three unread, but render as one entry.

## Examples

```bash theme={null}
curl -X GET "https://relay.snipp.gg/notifications/unread" \
  -H "relay-key: YOUR_RELAY_KEY"
```

## Responses

```json theme={null}
{
  "unread": 4
}
```
