notify
List interaction receipts
Verified-interaction proofs across the account, newest first. source says which store answered: receipt_index is the normal path, with real pagination; legacy_scan serves an account whose receipts all predate that index by filtering the audit log, which can return EMPTY pages mid-walk. On either source, follow the cursor until it is null before concluding there are none. The two are never merged, and a cursor always resumes on the source that issued it.
get/products/notify/receipts
Query parameters
limitinteger
Clamped to 100. A value below 1 or non-integer falls back to 50.
cursorstring
Continuation token from the previous page.
interaction'view' | 'acknowledge' | 'sign' | 'approve' | 'reply'
Response
A page of receipts.
Changes
No recorded changes to this endpoint across all 1 revision of this API.