Fax Configuration API (2.0)
The fax configuration API allows you to administer:
- Mail to Fax
- Fax to Email
- Fax to FTP
- Fax to Webservice
Download OpenAPI description
Languages
Servers
Mock server
https://developers.retarus.com/_mock/fax/fax-config-api/
Production
https://fax-config.de2.retarus.com/v2/
- Mock server
https://developers.retarus.com/_mock/fax/fax-config-api/joint/accounts/{correlation-id}
- Production
https://fax-config.de2.retarus.com/v2/joint/accounts/{correlation-id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
https://developers.retarus.com/_mock/fax/fax-config-api/joint/accounts/aecd8419-6bf4-4e17-9380-b3236297ecfa
Response
application/json
[ { "correlationId": "string", "inbound": [ … ], "outbound": [ … ] } ]