Path parameters
-
The Twilio-provided string that uniquely identifies the Service resource to fetch.
GET /v1/Services/{Sid}
curl \
-X GET https://proxy.twilio.com/v1/Services/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"callback_url": "https://example.com",
"chat_instance_sid": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"default_ttl": 42,
"geo_match_level": "area-code",
"intercept_callback_url": "https://example.com",
"links": {},
"number_selection_behavior": "avoid-sticky",
"out_of_session_callback_url": "https://example.com",
"sid": "string",
"unique_name": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"callback_url": "https://example.com",
"chat_instance_sid": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"default_ttl": 42,
"geo_match_level": "area-code",
"intercept_callback_url": "https://example.com",
"links": {},
"number_selection_behavior": "avoid-sticky",
"out_of_session_callback_url": "https://example.com",
"sid": "string",
"unique_name": "string",
"url": "https://example.com"
}