Update account settings

POST /v1/Voice/Settings

TODO: Resource-level docs

application/x-www-form-urlencoded

Body

Responses

  • 200

    OK

    Hide response attributes Show response attributes object
POST /v1/Voice/Settings
curl \
 -X POST https://insights.twilio.com/v1/Voice/Settings \
 --user "username:password" \
 -H "Content-Type: application/x-www-form-urlencoded" \
 -d 'AdvancedFeatures=true&SubaccountSid=string&VoiceTrace=true'
Request example
{
  "AdvancedFeatures": true,
  "SubaccountSid": "string",
  "VoiceTrace": true
}
Response examples (200)
{
  "account_sid": "string",
  "advanced_features": true,
  "url": "https://example.com",
  "voice_trace": true
}