Get image
Retrieves a single fax’s image.
Arguments
Name | Type | Comments | Default |
---|---|---|---|
id | Number | The transaction ID of the fax image to be retrieved. | None, mandatory |
Response
If successful, a TIFF file (image/tiff) or PDF file (application/pdf) will be returned, depending on the setting in the online control panel.
Sample Call
Raw HTTP
GET /inbound/faxes/229189243/image HTTP/1.1
Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=
Host: rest.interfax.net
cURL
curl "https://rest.interfax.net/inbound/faxes/229189243/image" ^
-u username:password ^