The fax configuration API allows you to administer:
- Mail to Fax
- Fax to Email
- Fax to FTP
- Fax to Webservice
The fax configuration API allows you to administer:
curl -i -X GET \
-u <username>:<password> \
'https://developers.retarus.com/_mock/fax/fax-config-api/joint/accounts/{correlation-id}'
[ { "correlationId": "string", "inbound": [ … ], "outbound": [ … ] } ]