notify

Mark one notification

Set a notification to seen, read, or archived. created_at is the row sort key.

post/products/notify/inbox/{notificationId}/state

Path parameters

notificationIdstring required

The notification to mark.

Request body

recipient_idstring required
created_atinteger required

Unix seconds, from the inbox row.

state'seen' | 'read' | 'archived' required

Response

The notification was marked.

Changes

No recorded changes to this endpoint across all 2 revisions of this API.