Fetch a specific Supporting Document Type Instance.
Fetch a specific Supporting Document Type Instance.
GET
/v1/SupportingDocumentTypes/{Sid}
curl \
--request GET 'https://trusthub.twilio.com/v1/SupportingDocumentTypes/{Sid}' \
--user "username:password"
Response examples (200)
{
"sid": "OYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://trusthub.twilio.com/v1/SupportingDocumentTypes/OYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"fields": [
{
"constraint": "String",
"machine_name": "first_name",
"friendly_name": "First Name"
},
{
"constraint": "String",
"machine_name": "last_name",
"friendly_name": "Last Name"
},
{
"constraint": "String",
"machine_name": "business_name",
"friendly_name": "Business Name"
}
],
"machine_name": "government_issued_proof_of_authorized_representative",
"friendly_name": "Government Issued Identity certifying proof of being an authorized representative of a company"
}