Path parameters
-
The unique string that we created to identify the Trunk resource to fetch.
GET /v1/Trunks/{Sid}
curl \
-X GET https://trunking.twilio.com/v1/Trunks/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"auth_type": "string",
"auth_type_set": [
"string"
],
"cnam_lookup_enabled": true,
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"disaster_recovery_method": "HEAD",
"disaster_recovery_url": "https://example.com",
"domain_name": "string",
"friendly_name": "string",
"links": {},
"secure": true,
"sid": "string",
"transfer_caller_id": "from-transferee",
"transfer_mode": "disable-all",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"auth_type": "string",
"auth_type_set": [
"string"
],
"cnam_lookup_enabled": true,
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"disaster_recovery_method": "HEAD",
"disaster_recovery_url": "https://example.com",
"domain_name": "string",
"friendly_name": "string",
"links": {},
"secure": true,
"sid": "string",
"transfer_caller_id": "from-transferee",
"transfer_mode": "disable-all",
"url": "https://example.com"
}