Fetch specific Supporting Document Instance.
Fetch specific Supporting Document Instance.
GET
/v1/SupportingDocuments/{Sid}
curl \
--request GET 'https://trusthub.twilio.com/v1/SupportingDocuments/{Sid}' \
--user "username:password"
Response examples (200)
{
"sid": "RDaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://trusthub.twilio.com/v1/SupportingDocuments/RDaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"type": "customer_profile_address",
"status": "DRAFT",
"mime_type": null,
"attributes": {
"address_sids": "ADaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
},
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"date_created": "2021-02-11T17:23:00Z",
"date_updated": "2021-02-11T17:23:00Z",
"friendly_name": "Business-profile-physical-address"
}