Notifications
User notification system for marketplace events (offers received, listings sold, price changes, etc.). All endpoints require authentication.
Base path: /api/v1/notifications
Endpoints
| Method | Path | Auth | Description |
|---|---|---|---|
| GET | / | Required | List notifications with pagination |
| GET | /unread/count | Required | Get unread notification count |
| PATCH | /:id/read | Required | Mark a single notification as read |
| PATCH | /read-all | Required | Mark all notifications as read |
Last updated on