Skip to main content
POST
Resend a fax
Provide the required job_id of the fax you want to resend. Only cancelled or failed faxes can be resent; delivered faxes return a 400 response. When accepted, the response uses the same structure as Send a fax. The API reuses and returns the original job_id.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
job_id
string
required

Unique identifier of the fax to resend.

Response

Fax processed for sending.

status
integer
required
message
string
required
Allowed value: "Fax processed for sending"
data
object
required