---
title: "Get all the contact points."
method: GET
path: "/api/v1/provisioning/contact-points"
tags: ["provisioning"]
---

# Get all the contact points.

`GET /api/v1/provisioning/contact-points`

## Query parameters

- `name` string

## Response `200`

ContactPoints

- EmbeddedContactPoint[]
  - `disableResolveMessage` boolean
  - `name` string — Name is used as grouping key in the UI. Contact points with the same name will be grouped in the UI.
  - `provenance` string
  - `settings` Json, required
  - `type` 'alertmanager' | ' dingding' | ' discord' | ' email' | ' googlechat' | ' kafka' | ' line' | ' opsgenie' | ' pagerduty' | ' pushover' | ' sensugo' | ' slack' | ' teams' | ' telegram' | ' threema' | ' victorops' | ' webhook' | ' wecom', required
  - `uid` string — UID is the unique identifier of the contact point. The UID can be set by the user.

---

[API](https://skmtc.net/nforgeio/apis/grafana-http-api.md) · [All operations](https://skmtc.net/nforgeio/apis/grafana-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nforgeio/grafana-http-api/revisions/3cb6c3f42dc7/schema)
