notify

List a recipient inbox

The sender-side view of one recipient notification list. Filtering happens after the page is read, so a short page with a live cursor means keep paging, not end of list.

get/products/notify/inbox

Query parameters

recipient_idstring required

The recipient whose inbox to read.

state'all' | 'unseen' | 'unread' | 'archived'
limitinteger

Clamped to 100. A value below 1 or non-integer falls back to 50.

cursorstring

Continuation token from the previous page.

Response

A page of notifications.

Changes

No recorded changes to this endpoint across all 1 revision of this API.