Fax Media
Retrieve Fax Media
Retrieve media for a fax.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Fax.
Learn more about API scopes.
get/Accounts/{AccountSid}/Faxes/{FaxSid}/Media/{Sid}
Path parameters
AccountSidstring uuid required
Universal Unique Identifier.
The Project ID that uniquely identifies the Account.
FaxSidstring uuid required
Universal Unique Identifier.
The Fax ID that uniquely identifies the Fax.
Sidstring uuid required
Universal Unique Identifier.
The Fax ID that uniquely identifies the Fax.
Response
The request has succeeded.
Example response
{
"account_sid": "b3877c40-da60-4998-90ad-b792e98472ac",
"content_type": "application/pdf",
"date_created": "2018-11-26T20:00:00Z",
"date_updated": "2018-11-27T20:00:00Z",
"fax_sid": "b3877c40-da60-4998-90ad-b792e98472fx",
"sid": "b3877c40-da60-4998-90ad-b792e98472me",
"uri": "/fax/v1/Faxes/b3877c40-da60-4998-90ad-b792e98472fx/Media/b3877c40-da60-4998-90ad-b792e98472me.json",
"url": "/fax/v1/Faxes/b3877c40-da60-4998-90ad-b792e98472fx/Media/b3877c40-da60-4998-90ad-b792e98472me.json"
}