POST
/v1/SupportingDocuments
curl \
--request POST 'https://trusthub.twilio.com/v1/SupportingDocuments' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'Type=customer_profile_address&Attributes=%7B%7D&FriendlyName=Business-profile-physical-address'
Request example
{"Type"=>"customer_profile_address", "Attributes"=>"{}", "FriendlyName"=>"Business-profile-physical-address"}
Response examples (201)
{
"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"
}