POST
/api/notifications/mark_all_as_read
curl \
--request POST 'http://localhost:4000/api/notifications/mark_all_as_read' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"updated_count": 42.0
}
Response examples (401)
{
"error": "Error Reason"
}
Response examples (401)
{
"error": "Error Reason"
}