GET
/api/notifications
List notifications
Returns the authenticated user's notifications.
curl -s "$BASE/api/notifications?unreadOnly=true" \
-H "Authorization: Bearer $API_KEY"Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| limit | integer | N | 20 | |
| unreadOnly | boolean | N | false |