---
title: "Get org notification settings (default destination + timezone)"
method: GET
path: "/v1/notifications/settings"
tags: ["notifications"]
---

# Get org notification settings (default destination + timezone)

`GET /v1/notifications/settings`

## Response `200`

Successful Response

- SettingsResponse
  - `organization_id` string, uuid, required
  - `default_destination_id` string, uuid, nullable, required
  - `timezone` string, required
  - `quiet_hours_enabled` boolean, required
  - `quiet_hours_start` string, time, nullable, required
  - `quiet_hours_end` string, time, nullable, required
  - `digest_send_time` string, time, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `400` — Bad request
- `401` — Authentication required

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/versions/888bdd5c076e/schema)
