v1

latestOpenAPI 3.1.02026-07-24317911.4 MB
Call Blocking
44.3

Read blocked numbers for a Domain

get/domains/{domain}/number-filters

Path parameters

domainstring required

This is the main organization name. This is used to link resource to its group/tenant/organization/enterprise. Then using in path for GET you can set to "~" to use the domain name linked to your token/key instead of the domain name itself when reading for your own domain.

Example:example.com

Response

domainstring required

This is the main organization name. This is used to link resource to its group/tenant/organization/enterprise. ~ and * can be used alone in special cases to mean My Domain (~) and All Domains (*).

time-framestring required

This is the timeframe that also is needed to make this set of answer rules unique. * is teh default and if no timeframes are setup this is is how to set anserrules.

enabled'yes' | 'no' required
is-activeboolean required

This is read only option that will be true if this timeframe is active for this user when taking into account current settings, date/time and all timeframes.

Example response

[
  {
    "domain": "example.com",
    "phone-numbers-to-reject": {
      "parameters": [
        "park_1234"
      ]
    }
  }
]