# Notifications

Endpoints for communicating notifications.

## List notifications

 - [GET /notifications](https://developers.ev.energy/ev.energy-api-v2/notifications/get-notifications.md): Lists notifications for the user making the request. For each
notification it returns a category (INFO, ERROR etc) and a title
(in the user's language) for display in their inbox.

## Update a notification

 - [PATCH /notifications/{notification_id}](https://developers.ev.energy/ev.energy-api-v2/notifications/patch-notifications-notification_id.md): Update a notification.

## Retrieve a notification

 - [GET /notifications/{notification_id}](https://developers.ev.energy/ev.energy-api-v2/notifications/get-notifications-notification_id.md): Retrieves the full details of a specified notification. The title,
short_text and long_text fields will be translated into the user's
language.

