GET /api/notifications
Returns the authenticated user’s notifications.Requires authentication.
Query Parameters
| Parameter | Default | Description |
|---|---|---|
page | 1 | Page number |
limit | 20 | Items per page |
Notification Types
| Type | Trigger |
|---|---|
tag_post | User tagged in a post |
tag_recipe | User tagged in a recipe |
mention_post_comment | User @mentioned in a post comment |
mention_recipe_comment | User @mentioned in a recipe comment |