Fetch account settings

GET /v1/Voice/Settings

TODO: Resource-level docs

Responses

  • 200

    OK

    Hide response attributes Show response attributes object
GET /v1/Voice/Settings
curl \
 -X GET https://insights.twilio.com/v1/Voice/Settings \
 --user "username:password"
Response examples (200)
{
  "account_sid": "string",
  "advanced_features": true,
  "url": "https://example.com",
  "voice_trace": true
}