cURL
curl --request POST \ --url https://api.orderly.org/v1/notification/inbox/mark_read \ --header 'orderly-account-id: <orderly-account-id>' \ --header 'orderly-key: <orderly-key>' \ --header 'orderly-signature: <orderly-signature>' \ --header 'orderly-timestamp: <orderly-timestamp>'
{ "success": true, "timestamp": 1702989203989 }
Limit: 10 requests per 60 seconds
POST /v1/notification/inbox/mark_read
Set the read status on a list of notifications for a user.
The value of the read flag, where 1 = READ and 0 = UNREAD
The list of notification ids to flag as read/unread.
OK
true
1702989203989