cURL
curl --request POST \ --url https://api.orderly.org/v1/notification/inbox/mark_read_all \ --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_all
Set the read status on all notifications for a user.
The value of the read flag, where 1 = READ and 0 = UNREAD
OK
The response is of type object.
object