Retrieve the configuration for the single specified inbound fax number.
Security
http-basic-auth
- Mock serverhttps://developers.retarus.com/_mock/fax/fax-config-api/inbound/numbers/{number}
- Productionhttps://fax-config.de2.retarus.com/v2/inbound/numbers/{number}
curl -i -X GET \
-u '<username>:<password>' \
'https://developers.retarus.com/_mock/fax/fax-config-api/inbound/numbers/+443069990000?inherit=false'Inbound fax number configuration for the specififed number.
One of:
The display number is used in the meta provided to the user or application, and in reporting. If it is null, the actual number will be used.
If the number should be active or not. If it is not active, when the number is called the repsonse will be wrong number.
Response
- InboundFaxNumber
- InboundFaxToEmailNumber
- InboundFaxToFtpNumber
- InboundFaxToWsNumber
- Fax to Email number configuration without inherit
- Fax to Email number configuration with inherit
- Fax to FTP number configuration with inherit
- Fax to webservice number configuration with inherit
{ "number": "0049/89/208076-5001", "profile": "FaxToEmail", "email": { "recipients": [ … ] } }