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

# Get all the contact points.

`GET /v1/provisioning/contact-points`

> **Deprecated.**

## 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.

## Other responses

- `403` — ForbiddenError

---

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