Get fax image

Retrieve the fax image (TIFF file) of a submitted fax.

GET /outbound/faxes/{id}/image

Arguments

Name (bold if mandatory) Type Comments Default
id Number The ID of the fax for which to retrieve the image. None, mandatory.

Response

If successful, the response returns a TIFF file (image/tiff) of the outgoing fax image.

Samples

Raw HTTP


GET /outbound/faxes/279414818/image HTTP/1.1
Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=
Host: rest.interfax.net

***********IMAGE BINARY****************
........1...........2..................... ....... .TIFF Image P

cURL

Get fax image


curl "https://rest.interfax.net/outbound/faxes/279414818/image" ^
	-u username:password ^