Fetch specific Supporting Document Instance
TODO: Resource-level docs
Fetch specific Supporting Document Instance.
Path parameters
-
The unique string created by Twilio to identify the Supporting Document resource.
GET /v1/SupportingDocuments/{Sid}
curl \
-X GET https://trusthub.twilio.com/v1/SupportingDocuments/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"friendly_name": "string",
"mime_type": "string",
"sid": "string",
"status": "draft",
"type": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"friendly_name": "string",
"mime_type": "string",
"sid": "string",
"status": "draft",
"type": "string",
"url": "https://example.com"
}