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)
{
"url": "https://trusthub.twilio.com/v1/SupportingDocumentTypes/OYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"fields": [
{
"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",
"constraint": "String"
}
],
"machine_name": "government_issued_proof_of_authorized_representative",
"friendly_name": "Government Issued Identity certifying proof of being an authorized representative of a company",
"sid": "OYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
}