---
title: "Get notification policy"
method: GET
path: "/notifications/policies/{id}"
tags: ["Notification Policies"]
---

# Get notification policy

`GET /notifications/policies/{id}`

Retrieve the details of a Notification Policy.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required
- `sequence-version` '2024-07-30'

## Response `200`

OK

- NotificationPolicy
  - `id` string, required — Unique ID
  - `createdAt` string, required — Created at
  - `sequenceAccountId` string, required — Sequence Account which this policy matches
  - `name` string, required — Human-readable name
  - `notificationTypes` NotificationType[] — Set of notification types that this policy matches. If not present this policy will cover all notification types.
  - `recipients` string[], required — The webhook URLs or email addresses which will receive notifications, depending on the channel
  - `channel` 'WEBHOOK' | 'EMAIL', required
  - `webhookSecret` string — Webhook secret used to generate a signature header that's sent with an outbound webhook.It can be used to verify the authenticity of received Sequence webhooks. Only available for webhook channel policies.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

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