Fetch a specific Supporting Document Type Instance
TODO: Resource-level docs
Fetch a specific Supporting Document Type Instance.
Path parameters
-
The unique string that identifies the Supporting Document Type resource.
GET /v2/RegulatoryCompliance/SupportingDocumentTypes/{Sid}
curl \
-X GET https://numbers.twilio.com/v2/RegulatoryCompliance/SupportingDocumentTypes/{Sid} \
--user "username:password"
Response examples (200)
{
"fields": [],
"friendly_name": "string",
"machine_name": "string",
"sid": "string",
"url": "https://example.com"
}
Response examples (200)
{
"fields": [],
"friendly_name": "string",
"machine_name": "string",
"sid": "string",
"url": "https://example.com"
}