Fetch a specific Short Code
TODO: Resource-level docs
Fetch a specific Short Code.
Path parameters
-
The SID of the parent Service to fetch the resource from.
-
The Twilio-provided string that uniquely identifies the ShortCode resource to fetch.
GET /v1/Services/{ServiceSid}/ShortCodes/{Sid}
curl \
-X GET https://proxy.twilio.com/v1/Services/{ServiceSid}/ShortCodes/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"capabilities": {
"fax": true,
"mms": true,
"sms": true,
"voice": true
},
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"is_reserved": true,
"iso_country": "string",
"service_sid": "string",
"short_code": "string",
"sid": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"capabilities": {
"fax": true,
"mms": true,
"sms": true,
"voice": true
},
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"is_reserved": true,
"iso_country": "string",
"service_sid": "string",
"short_code": "string",
"sid": "string",
"url": "https://example.com"
}