Skip to main content
GET
/
v1
/
organization-management
/
notifications
/
deny-list
Get contacts in the deny list.
curl --request GET \
  --url https://api.sandbox.usenash.com/v1/organization-management/notifications/deny-list \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "type": "<string>",
    "value": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

orgId
string | null

The organization id to get the deny list for.

page
integer
default:0

Use this parameter to show more pages of results (page starts at 0)..

pageSize
integer
default:100

The number of items to return per page.

Response

OK

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.