POST /services/:csi/blacklist

Description

Set the blacklist of a specific service, i.e. the list of phone numbers that are not allowed to call this CSI.
(You can blacklist up to 20 numbers and block anonymous calls by including "anonymous" in the list.)

URL

https://api.keyyo.com/manager/1.0/services/:csi/blacklist

Parameters

:csi

The Common Service Identifier of the service for which to set the blacklist

Applicable types:

UCaaSVoIPAccount
numbers

An array of phone numbers

Example values: +33123456789, 0122334455, 1234,anonymous

Relationships

GET /services/:csi/blacklist Retrieves the blacklist of a specific service, i.e. the list of phone numbers that are not allowed to call this CSI.
(If anonymous calls are included, "anonymous" will be listed in the results.)