v46

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-011274550.0 KB
Fax Services

Send Stored Fax

Send a previously received/stored fax document to a specified number.

post/v1/fax/{faxId}/send

Path parameters

faxIdstring required

ID of the stored fax to send

Request body

tostring required

Recipient fax number (E.164 format preferred)

fromstring

Sender fax number (optional, uses default if not provided)

subjectstring

Subject line for the fax

Response

Default Response

idstring required

Unique fax identifier

status'queued' | 'dialing' | 'sending' | 'delivered' | 'failed' | 'cancelled' | 'retrying' required

Current fax status

providerstring required

Provider used to send the fax

tostring required

Recipient fax number

fromstring required

Sender fax number

createdAtstring required

ISO timestamp when fax was created

estimatedDeliverystring

Estimated delivery time (ISO timestamp)