---
title: "List notification providers"
method: GET
path: "/api/notification-providers"
tags: ["Notifications"]
---

# List notification providers

`GET /api/notification-providers`

List all configured notification providers for the current project.

## Response `200`

List of notification providers

- NotificationProvider[]
  - `id` string, uuid
  - `name` string
  - `type` 'email' | 'slack' | 'webhook' | 'telegram' | 'discord' | 'teams'
  - `enabled` boolean
  - `config` object
  - `lastUsed` string, date-time, nullable
  - `createdAt` string, date-time

## Other responses

- `401` — Authentication required or token invalid

---

[API](https://skmtc.dev/supercheck-io/apis/supercheck-api.md) · [All operations](https://skmtc.dev/supercheck-io/apis/supercheck-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supercheck-io/supercheck-api/revisions/81782deccf0e/schema)
