Get outbound mediatype

Determine accepted mediatypes and file formats.

GET outbound/help/mediatype

Arguments

None

Response

If successful, a structure is returned that includes the following properties:

Property Type Description
MediaType String Format of available mediatype, e.g.

“MediaType”: “application/pdf”
FileType String Format of available filetype, e.g.

“FileType”: “pdf”

Sample Call

Raw HTTP


GET outbound/help/mediatype HTTP/1.1
Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=
Host: rest.interfax.net
10.0000

cURL


curl "https://rest.interfax.net/outbound/help/mediatype" ^
-u username:password