Retrieve a specifc Mail2Fax profile
Security
http-basic-auth
- Mock serverhttps://developers.retarus.com/_mock/fax/fax-config-api/outbound/profiles/{profile}
- Productionhttps://fax-config.de2.retarus.com/v2/outbound/profiles/{profile}
curl -i -X GET \
-u '<username>:<password>' \
https://developers.retarus.com/_mock/fax/fax-config-api/outbound/profiles/defaultResponse
- Basic Mail2Fax profile
- Mail2Fax profile with all options
{ "name": "Retarus-USA-Sales", "dialing": { "countryCode": "+1", "areaCode": "201" }, "reportEmail": { "language": "en" }, "coverSheet": { "dateFormat": "MM/dd/yyyy", "timeFormat": "h:mm a" }, "personalization": { "company": "retarus (North America) Inc." }, "general": { "timezone": "US/Eastern" }, "fax": { "csid": "Retarus USA", "costCenter": "Retarus-USA-Sales", "paperSize": "letter" } }