This resource is used to retrieve and set blacklist for calls to a particular customer. Phone numbers in this list will not be able to call through to the customer.
GET
Mandatory parameters
Name | Type | Description |
---|---|---|
customer_id | int | Kaisa's unique ID for customer. |
Optional parameters
None.
Output
Name | Type | Description |
---|---|---|
blacklist | arr | List of phone numbers in blacklist. |
POST
Method not supported.
PUT
Mandatory parameters
Name | Type | Description |
---|---|---|
customer_id | int | Kaisa's unique ID for customer. |
phonenrs | json | JSON encoded array of phone numbers. Each number must be in E.164 format (+46...). |
Optional parameters
None.
DELETE
Method not supported.
Comments
0 comments
Please sign in to leave a comment.