WORKING
Notifications
get
/v1/notificationsList a marketplace member's in-app notifications. Every Seller has a User from creation (Phase 22), so this reaches every seller directly, in addition to their merchant notifying them through the merchant's own systems via Webhooks. See docs/business/glossary.md "Identity federation".
Parameters
| userId | query | required |
Response (200)
post
/v1/notifications/{id}/readMark a notification read
Parameters
| id | path | required |
Response (201)
| Field | Type | Required |
|---|---|---|
| id | string (uuid) | — |
| userId | string (uuid) | — |
| channel | IN_APP | EMAIL | SMS | PUSH | WEBHOOK | — |
| type | string | — |
| payload | object | — |
| readAt | string,null (date-time) | — |
| createdAt | string (date-time) | — |