---
title: "Get all notifications"
method: GET
path: "/notifications"
tags: ["Notifications"]
---

# Get all notifications

`GET /notifications`

Returns all notification subscriptions for your tenant

## Response `200`

successful operation

- NotificationTargetAndSubscriptions[]
  - `name` string
  - `description` string
  - `notificationId` string
  - `notificationTargetType` 'SLACK' | 'WEBHOOK' | 'EMAIL'
  - `notificationTarget` string
  - `subscribedEvents` string[]

---

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