---
title: "Find universal do not contacts (udnc) associated with toNumber"
method: GET
path: "/contacts/dncs/universals/{toNumber}"
tags: ["contacts"]
---

# Find universal do not contacts (udnc) associated with toNumber

`GET /contacts/dncs/universals/{toNumber}`

Searches for a UniversalDoNotContact object for a given phone number. Shows whether inbound/outbound actions are allowed for a given number

## Path parameters

- `toNumber` string, required

## Query parameters

- `fromNumber` string
- `fields` string

## Response `200`

successful operation

- ItemListUniversalDoNotContact — ~
  - `items` UniversalDoNotContact[] — ~
    - `toNumber` string — destination DNC number in E.164 format (11-digit). Example: 12132000384
    - `fromNumber` string — Optional source number in E.164 format (11-digit). Example: 12132000384
    - `inboundCall` boolean — If toNumber can receive calls or If toNumber can call fromNumber.
    - `inboundText` boolean — If toNumber can receive texts or If toNumber can text fromNumber.
    - `outboundCall` boolean — If toNumber can send calls or If fromNumber can call toNumber.
    - `outboundText` boolean — If toNumber can send texts or If fromNumber can text toNumber.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/callfire/apis/callfire-api-documentation.md) · [All operations](https://skmtc.dev/callfire/apis/callfire-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/callfire/callfire-api-documentation/revisions/9f6fb501bc03/schema)
