Resend

Resend an inbound fax to a specific email address.

POST /inbound/faxes/{id}/resend[?email={email}]

Arguments

Name (bold if mandatory) Type Comments Default value
id Number The transaction ID of the fax to be resent by email. None, mandatory.
email Email Email address to which to forward the inbound fax. The email(s) to which the inbound fax was previously forwarded.

Response

Standard HTTP response codes apply.

Sample Call

Raw HTTP


POST /inbound/faxes/229167854/resend HTTP/1.1
Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=
Host: https://rest.interfax.net/

cURL


curl "https://rest.interfax.net/inbound/faxes/229167854/resend" ^
	-X POST ^
	-H content-length:0 ^
	-u username:password