Retrieve voice dialing permissions inheritance for the sub-account

GET /v1/Settings

TODO: Resource-level docs

Retrieve voice dialing permissions inheritance for the sub-account

Responses

  • 200

    OK

    Hide response attributes Show response attributes object
    • true if the sub-account will inherit voice dialing permissions from the Master Project; otherwise false

    • url string(uri) | null

      The absolute URL of this resource

GET /v1/Settings
curl \
 -X GET https://voice.twilio.com/v1/Settings \
 --user "username:password"
Response examples (200)
{
  "dialing_permissions_inheritance": true,
  "url": "https://example.com"
}