Update Country
POST https://voice.{{ENV}}twilio.com/v1/DialingPermissions/BulkCountryUpdates
Request Body
[{"name"=>"UpdateRequest", "value"=>"[\n {\n \"high_risk_special_numbers_enabled\": false,\n \"high_risk_tollfraud_numbers_enabled\": false,\n \"iso_code\": \"US\",\n \"low_risk_numbers_enabled\": true\n }\n]", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |