cURL
curl --request POST \ --url https://api.coinfer.ai/api/notification/mark \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "status": "read", "notification_ids": [ 123 ] } '
{ "status": "<string>", "data": null }
Mark some notification as having been read by user. Listing messages support filtering by read mark.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
the target status to be set
read
unread
OK
"ok"