Retrieve a Mail2Fax user
Security
http-basic-auth
- Mock serverhttps://developers.retarus.com/_mock/fax/fax-config-api/outbound/users/{user}
- Productionhttps://fax-config.de2.retarus.com/v2/outbound/users/{user}
curl -i -X GET \
-u '<username>:<password>' \
https://developers.retarus.com/_mock/fax/fax-config-api/outbound/users/john.smith@retarus.comResponse
- Basic Mail2Fax user
- Mail2Fax user with all options
A typical Mail2Fax user with only a user specific cost center and a few personalization values
{ "email": "john.smith@retarus.com", "personalization": { "department": "Sales", "title": "Sales Representative" }, "general": { "client": "default", "profile": "default" }, "fax": { "costCenter": "Sales-USA" } }