---
title: Manage notification endpoints
description: Create, read, update, and delete endpoints in the InfluxDB UI.
url: https://docs.influxdata.com/influxdb/v2/monitor-alert/notification-endpoints/
estimated_tokens: 606
product: InfluxDB OSS v2
version: v2
---

# Manage notification endpoints

This page documents an earlier version of InfluxDB OSS. [InfluxDB 3 Core](/influxdb3/core/) is the latest stable version.

#### API token hashing is enabled by default in InfluxDB OSS 2.9.0

Stronger token security: tokens are stored as hashes on disk, so a copy of the database file doesn’t expose usable tokens. Existing tokens are hashed on first startup and the original strings can’t be recovered afterward — **capture any plaintext tokens you still need before you upgrade**.

For more information, see [Token hashing](/influxdb/v2/admin/tokens/#token-hashing).

Notification endpoints store information to connect to a third-party service. Create a connection to a HTTP, Slack, or PagerDuty endpoint.

### [Create notification endpoints](/influxdb/v2/monitor-alert/notification-endpoints/create/)

Create notification endpoints to send alerts on your time series data.

### [View notification endpoint history](/influxdb/v2/monitor-alert/notification-endpoints/view/)

View notification endpoint details and history in the InfluxDB UI.

### [Update notification endpoints](/influxdb/v2/monitor-alert/notification-endpoints/update/)

Update notification endpoints in the InfluxDB UI.

### [Delete notification endpoints](/influxdb/v2/monitor-alert/notification-endpoints/delete/)

Delete a notification endpoint in the InfluxDB UI.

#### Related

-   [Manage checks](/influxdb/v2/monitor-alert/checks/)
-   [Manage notification rules](/influxdb/v2/monitor-alert/notification-rules/)

[monitor](/influxdb/v2/tags/monitor/) [endpoints](/influxdb/v2/tags/endpoints/) [notifications](/influxdb/v2/tags/notifications/) [alert](/influxdb/v2/tags/alert/)
