List notifications
GET/api/v1/notifications
Returns a paginated list of notifications for the authenticated user. Supports filtering by read status and notification type.
Request
Responses
- 200
- 400
- 401
- 500
Paginated list of notifications.
Invalid query parameters.
Authentication required.
Failed to list notifications.