---
title: "Get Notification Settings Route"
method: GET
path: "/api/v1/notification-settings"
tags: ["alerts"]
---

# Get Notification Settings Route

`GET /api/v1/notification-settings`

## Headers

- `Authorization` string, nullable

## Response `200`

Successful Response

- OrgNotificationSettingsRead
  - `org_id` string, uuid, required
  - `slack_webhook_url` string, nullable, required
  - `email_recipients` string[], required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/xenovia/apis/controlplane.md) · [All operations](https://skmtc.net/xenovia/apis/controlplane/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xenovia/controlplane/versions/0e6598cbe8a0/schema)
