Mark all notifications as read

POST /actions/user/notifications/mark-all-as-read

Mark all notifications as read. It applies to all notifications of the current user.

Responses

  • 200 application/json
    Hide response attribute Show response attribute object
    • success boolean
POST /actions/user/notifications/mark-all-as-read
curl \
 --request POST 'http://api.example.com/actions/user/notifications/mark-all-as-read' \
 --header "Authorization: $API_KEY"
Response examples (200)
{
  "success": true
}