# Notifications ## Add device for notifications - [POST /notifications/devices/add-device](https://mobile-docs.easyflow.digital/openapi/notifications/paths/~1notifications~1devices~1add-device/post.md): Add a new device to enable communication and push notification delivery for the authenticated user. ## Refresh device push token - [POST /notifications/devices/refresh-token](https://mobile-docs.easyflow.digital/openapi/notifications/paths/~1notifications~1devices~1refresh-token/post.md): Update the push notification token associated with an existing device for the authenticated user. ## Update device - [PATCH /notifications/devices/update](https://mobile-docs.easyflow.digital/openapi/notifications/paths/~1notifications~1devices~1update/patch.md): Update device information and settings used for communication and notification delivery for the authenticated user. ## List user devices - [GET /notifications/devices](https://mobile-docs.easyflow.digital/openapi/notifications/paths/~1notifications~1devices/get.md): Retrieve a paginated list of devices registered for the authenticated user, used for communication and notification delivery. ## Get device details - [GET /notifications/devices/get](https://mobile-docs.easyflow.digital/openapi/notifications/paths/~1notifications~1devices~1get/get.md): Retrieve detailed information about a specific device registered for communication and notification delivery. ## Acknowledge notification read - [PATCH /notifications/notifications/ack-read](https://mobile-docs.easyflow.digital/openapi/notifications/paths/~1notifications~1notifications~1ack-read/patch.md): Confirm the reading of one or more notifications for the authenticated user. ## Delete notifications - [PATCH /notifications/notifications/delete](https://mobile-docs.easyflow.digital/openapi/notifications/paths/~1notifications~1notifications~1delete/patch.md): Delete one or more notifications for the authenticated user. ## Get notification details - [GET /notifications/notifications/{notificationId}](https://mobile-docs.easyflow.digital/openapi/notifications/paths/~1notifications~1notifications~1%7Bnotificationid%7D/get.md): Retrieve detailed information about a specific notification for the authenticated user. ## List notifications - [GET /notifications/notifications](https://mobile-docs.easyflow.digital/openapi/notifications/paths/~1notifications~1notifications/get.md): Retrieve a paginated list of notifications for the authenticated user, with optional filters by status, channel, and date range. ## List notification summaries - [GET /notifications/notifications/summary](https://mobile-docs.easyflow.digital/openapi/notifications/paths/~1notifications~1notifications~1summary/get.md): Rota responsável por listar os resumos das notificações do usuário com filtros por status, canal, categoria e período.