destination blacklist response body

API Docs by APIMATIC

Destination Blacklist Response Body

Represents backlisted or whitelisted call destinations.

Fields

NameDescription
id
Number

System generated unique ID of backlist or whitelist configuration.

prefix
String

Destination to be backlisted or whitelisted.

whitelist
Boolean

If the value is set to true the destination specified in prefix is whitelisted. Otherwise is blacklisted.

comment
String

User comment for the configuration.

{
  "id": null,
  "prefix": null,
  "whitelist": null,
  "comment": null
}