The data to provide to the API call.
Download fax content Download the fax content.
The data to provide to the API call.
Export faxes Export faxes sent (OUTBOUND) or received (INBOUND). Sets parameters to filter the export.
Optionaldata: ExportListFaxesRequestDataThe data to provide to the API call.
Get fax Get fax information using the ID number of the fax.
The data to provide to the API call.
List faxes List faxes sent (OUTBOUND) or received (INBOUND), set parameters to filter the list. Example: Return calls made between 1st of January 2021 and 10th of January 2021. ``` created>=2021-01-01&startTime<=2021-01-10 ```
Optionaldata: ListFaxesRequestDataThe data to provide to the API call.
Send a fax or multiple faxes Create and send one or multiple faxes. Fax content may be supplied via one or more files or URLs of supported filetypes. This endpoint supports the following content types for the fax payload:
Files may be included in the POST request as multipart/form-data parts.
Any URL on the Internet (including ones with basic authentication), and we'll pull it down and make it a fax. This might be useful to you if you're using a web framework for templates and creating fax files. Please note: If you are passing fax a secure URL (starting with 'https://'), make sure that your SSL certificate (including your intermediate cert, if you have one) is installed properly, valid, and up-to-date.
The data to provide to the API call.
Delete fax content Delete the fax content for a fax using the ID number of the fax. Please note that this only deletes the content of the fax from storage.