Skip to content

Retrieve a single inbound fax profile

Request

Retrieve a specific inbound fax profile.

Security
http-basic-auth
Path
profilestringrequired

The inbound fax profile name

Example:Fax2Mail USA
Query
inheritboolean

Toggle whether to show inherited fields

Default:false
curl -i -X GET \
  -u '<username>:<password>' \
  'https://developers.retarus.com/_mock/fax/fax-config-api/inbound/profiles/Fax2Mail USA?inherit=false'

Responses

Voilà

Bodyapplication/json
namestring
serviceTypestring(InboundProfileServiceType)
Enum:"Fax2Mail""Fax2WS""Fax2FTP"
Response
{ "name": "FaxToEmail-USA", "serviceType": "Fax2Mail" }