Fax

Fax endpoints are used to send new faxes, as well as to retrieve information or delete previously sent faxes.

The Fax object returned by these endpoints can be used to reference request-specific data including the recipient phone number or email address, cover page message, and timestamps for when the fax was sent.

To sign up and send faxes, contact support to upgrade to the Fax API plan: Submit a Ticket

Fax Endpoints

SummaryEndpointDescription
Get Fax/fax/{fax_id}Return the Fax specified by the fax_id parameter.
List Faxes/fax/listReturn a list of Faxes that you can access.
Download Files/fax/files/{fax_id}Obtain a copy of the current documents specified by the fax_id parameter.
Send Fax/fax/sendCreate and send a new fax with the submitted documents.
Delete Fax/fax/{fax_id}Delete the fax specified by the fax_id parameter.