v36

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-1279125449.6 KB
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.

account_sidstring required

The unique identifier for the account.

content_typestring required

The content type of the media.

date_createdstring required

The date, in ISO 8601 format, this media was created.

date_updatedstring required

The date, in ISO 8601 format, this media was updated.

fax_sidstring required

The unique identifier for the fax.

sidstring required

The unique identifier for the media.

uristring required

The URI for the media.

urlstring required

The URL for the media.

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"
}