Twilio - Fax
    Twilio - Fax
    • /v1/Faxes
      GET
    • /v1/Faxes/{FaxSid}/Media
      GET
    • /v1/Faxes/{FaxSid}/Media/{Sid}
      DELETE
    • /v1/Faxes/{FaxSid}/Media/{Sid}
      GET
    • /v1/Faxes/{Sid}
      DELETE
    • /v1/Faxes/{Sid}
      GET

      /v1/Faxes/{FaxSid}/Media/{Sid}

      GET
      /v1/Faxes/{FaxSid}/Media/{Sid}
      Fetch a specific fax media instance.
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://fax.twilio.com/v1/Faxes//Media/'
      Response Response Example
      {
          "account_sid": "stringstringstringstringstringstri",
          "content_type": "string",
          "date_created": "2019-08-24T14:15:22Z",
          "date_updated": "2019-08-24T14:15:22Z",
          "fax_sid": "stringstringstringstringstringstri",
          "sid": "stringstringstringstringstringstri",
          "url": "http://example.com"
      }

      Request

      Path Params
      FaxSid
      string 
      required
      The SID of the fax with the FaxMedia resource to fetch.
      Sid
      string 
      required
      The Twilio-provided string that uniquely identifies the FaxMedia resource to fetch.

      Responses

      🟢200OK
      application/json
      Body
      account_sid
      string  | null 
      optional
      The SID of the Account that created the resource
      >= 34 characters<= 34 characters
      Match pattern:
      ^AC[0-9a-fA-F]{32}$
      content_type
      string  | null 
      optional
      The content type of the stored fax media
      date_created
      string <date-time> | null 
      optional
      The ISO 8601 date and time in GMT when the resource was created
      date_updated
      string <date-time> | null 
      optional
      The ISO 8601 date and time in GMT when the resource was last updated
      fax_sid
      string  | null 
      optional
      The SID of the fax the FaxMedia resource is associated with
      >= 34 characters<= 34 characters
      Match pattern:
      ^FX[0-9a-fA-F]{32}$
      sid
      string  | null 
      optional
      The unique string that identifies the resource
      >= 34 characters<= 34 characters
      Match pattern:
      ^ME[0-9a-fA-F]{32}$
      url
      string <uri> | null 
      optional
      The absolute URL of the FaxMedia resource
      Previous
      /v1/Faxes/{FaxSid}/Media/{Sid}
      Next
      /v1/Faxes/{Sid}
      Built with