Skip to Content
DocsAPI ReferenceNotificationsOverview

Notifications

User notification system for marketplace events (offers received, listings sold, price changes, etc.). All endpoints require authentication.

Base path: /api/v1/notifications

Endpoints

MethodPathAuthDescription
GET/RequiredList notifications with pagination
GET/unread/countRequiredGet unread notification count
PATCH/:id/readRequiredMark a single notification as read
PATCH/read-allRequiredMark all notifications as read
Last updated on