---
title: "Get contacts in the deny list."
method: GET
path: "/v1/organization-management/notifications/deny-list"
tags: ["Notifications"]
---

# Get contacts in the deny list.

`GET /v1/organization-management/notifications/deny-list`

Retrieve all contacts in the organization's notification deny list. Contacts on this list will not receive delivery notifications.

## Query parameters

- `orgId` string, nullable — The organization id to get the deny list for.
- `page` integer — Use this parameter to show more pages of results (page starts at 0)..
- `pageSize` integer — The number of items to return per page.

## Response `200`

OK

- DenyList[] — Representation of a deny list response.
  - `id` string, required — The ID of the deny list.
  - `type` string, required — The type of the deny list.
  - `value` string, required — The value of the deny list.

## Other responses

- `422` — Unprocessable Content

---

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