Skip to main content
PUT
/
notifications
/
read-all
Marcar todas como leídas
curl --request PUT \
  --url https://api.example.com/notifications/read-all
{
  "message": "Todas las notificaciones han sido marcadas como leídas."
}
Requiere autenticación con Bearer token.

Respuesta

message
string
Mensaje de confirmación.
{
  "message": "Todas las notificaciones han sido marcadas como leídas."
}