Mark all notification as read

POST /api/v1/notifications/read-all

Responses

  • 401 application/json
    Hide response attribute Show response attribute object
    • message string
POST /api/v1/notifications/read-all
curl \
 --request POST 'https://api.plannrcrm.com/api/v1/notifications/read-all' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
  "message": "Unauthenticated."
}