Find universal do not contacts (udnc) associated with toNumber

GET {{baseUrl}}/contacts/dncs/universals/:toNumber?fromNumber=<string>&fields=<string>

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

Request Params

KeyDatatypeRequiredDescription
fromNumberstringPhone number in E.164 format (11-digit) that call was from. Example: 12132000384
fieldsstringLimit fields received in response. E.g. fields: id, name or fields items (id, name), see more at partial response page.