Supported Operations
For the most part, the Phaxio Twilio Proxy works just like the Twilio API. For more information on the Twilio Fax API, see the docs here.
POST /Faxes - Send a fax
Unsupported request parameters: Quality (defaults to superfine on Phaxio), SipAuthUsername, SipAuthPassword, StoreMedia, TTL
GET /Faxes/sid - Get fax metadata
Simply use the Phaxio ID of the fax for “sid” parameter
GET /Faxes - List faxes
Currently unsupported
POST /Faxes/sid - Cancel a fax
Simply use the Phaxio ID of the fax for “sid” parameter and “cancelled” for Status to cancel an inflight fax.
DELETE /Faxes/sid - Delete stored files for the fax
Simply use the Phaxio ID of the fax for “sid” parameter