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
Key | Datatype | Required | Description |
---|---|---|---|
fromNumber | string | Phone number in E.164 format (11-digit) that call was from. Example: 12132000384 | |
fields | string | Limit fields received in response. E.g. fields: id, name or fields items (id, name), see more at partial response page. |