Skip to content

Retrieve joint fax accounts

Request

Retrieve joint fax accounts

Security
http-basic-auth
Path
correlation-idstringrequired

Retrieve inbound numbers and outbound users correlated by the specified id

Default:"aecd8419-6bf4-4e17-9380-b3236297ecfa"
Example:aecd8419-6bf4-4e17-9380-b3236297ecfa
curl -i -X GET \
  -u '<username>:<password>' \
  https://developers.retarus.com/_mock/fax/fax-config-api/joint/accounts/aecd8419-6bf4-4e17-9380-b3236297ecfa

Responses

Voilà

Bodyapplication/json
Array [
correlationIdstring
inboundArray of objects(InboundFaxNumber)
outboundArray of objects(MailToFaxUser)
]
Response
[ { "correlationId": "string", "inbound": [], "outbound": [] } ]