Fetch specific Verification Service Instance
TODO: Resource-level docs
Fetch specific Verification Service Instance.
Path parameters
-
The Twilio-provided string that uniquely identifies the Verification Service resource to fetch.
GET /v2/Services/{Sid}
curl \
-X GET https://verify.twilio.com/v2/Services/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"code_length": 42,
"custom_code_enabled": true,
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"default_template_sid": "string",
"do_not_share_warning_enabled": true,
"dtmf_input_required": true,
"friendly_name": "string",
"links": {},
"lookup_enabled": true,
"psd2_enabled": true,
"sid": "string",
"skip_sms_to_landlines": true,
"tts_name": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"code_length": 42,
"custom_code_enabled": true,
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"default_template_sid": "string",
"do_not_share_warning_enabled": true,
"dtmf_input_required": true,
"friendly_name": "string",
"links": {},
"lookup_enabled": true,
"psd2_enabled": true,
"sid": "string",
"skip_sms_to_landlines": true,
"tts_name": "string",
"url": "https://example.com"
}