Fetch a specific fax media instance
TODO: Resource-level docs
Fetch a specific fax media instance.
Path parameters
-
The SID of the fax with the FaxMedia resource to fetch.
-
The Twilio-provided string that uniquely identifies the FaxMedia resource to fetch.
GET /v1/Faxes/{FaxSid}/Media/{Sid}
curl \
-X GET https://fax.twilio.com/v1/Faxes/{FaxSid}/Media/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"content_type": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"fax_sid": "string",
"sid": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"content_type": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"fax_sid": "string",
"sid": "string",
"url": "https://example.com"
}