Fetch call

GET /v1/Voice/{Sid}

TODO: Resource-level docs

Path parameters

Responses

  • 200

    OK

    Hide response attributes Show response attributes object
    • sid string | null

      Minimum length is 34, maximum length is 34. Format should match the following pattern: ^CA[0-9a-fA-F]{32}$.

    • url string(uri) | null
GET /v1/Voice/{Sid}
curl \
 -X GET https://insights.twilio.com/v1/Voice/{Sid} \
 --user "username:password"
Response examples (200)
{
  "links": {},
  "sid": "string",
  "url": "https://example.com"
}