Retrieve Mail2Fax profiles.
Security
http-basic-auth
- Mock serverhttps://developers.retarus.com/_mock/fax/fax-config-api/outbound/profiles
- Productionhttps://fax-config.de2.retarus.com/v2/outbound/profiles
curl -i -X GET \
-u '<username>:<password>' \
'https://developers.retarus.com/_mock/fax/fax-config-api/outbound/profiles?limit=100&offset=0'Response
[ { "name": "Retarus-USA-Sales", "dialing": { … }, "reportEmail": { … }, "coverSheet": { … }, "personalization": { … }, "general": { … }, "fax": { … } }, { "name": "Retarus-DE-Sales", "dialing": { … }, "reportEmail": { … }, "coverSheet": { … }, "personalization": { … }, "general": { … }, "fax": { … } } ]