Made for third-party developers and organizations to send and receive faxes from their own software or application.
API Documentation • Home • Help Center • Contact Us
- Only available to Enterprise clients
Python 3.5+
To install the package from PyPi
# From PyPi
pip install faxplus-api
# Directly from Github
pip install git+https://github.com/alohi/faxplus-python.git
Install via Setuptools.
git clone https://github.com/alohi/faxplus-python.git
cd faxplus-python
python setup.py install --user
(or sudo python setup.py install
to install the package for all users)
Example usage:
from faxplus import ApiClient, Configuration, FaxesApi
configuration = Configuration()
configuration.access_token = "YOUR_ACCESS_TOKEN"
client = ApiClient(configuration)
api = FaxesApi()
faxes = api.list_faxes("self", category=FaxCategory.INBOX)
Visit the full API reference at apidoc.fax.plus.
© 2024 Alohi (Geneva, Switzerland) - Alohi.com