Path parameters
-
The SID of the Service resource to fetch.
GET /v1/Services/{Sid}
curl \
-X GET https://sync.twilio.com/v1/Services/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"acl_enabled": true,
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"friendly_name": "string",
"links": {},
"reachability_debouncing_enabled": true,
"reachability_debouncing_window": 42,
"reachability_webhooks_enabled": true,
"sid": "string",
"unique_name": "string",
"url": "https://example.com",
"webhook_url": "https://example.com",
"webhooks_from_rest_enabled": true
}
Response examples (200)
{
"account_sid": "string",
"acl_enabled": true,
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"friendly_name": "string",
"links": {},
"reachability_debouncing_enabled": true,
"reachability_debouncing_window": 42,
"reachability_webhooks_enabled": true,
"sid": "string",
"unique_name": "string",
"url": "https://example.com",
"webhook_url": "https://example.com",
"webhooks_from_rest_enabled": true
}