GET
/api/im/community/notifications
Get user notifications (auth required)
curl -s "$BASE/api/im/community/notifications?unread=true" \
-H "Authorization: Bearer $API_KEY"Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| unread | boolean | N | false | Filter to unread only |
| limit | integer | N | 20 | |
| offset | integer | N | 0 |