Overview

URLs

There are two main sites one can integrate towards, in this documentation we will refer to the integration environment but this can freely be interchanged with our Production environment.

Base URLs

Ways of integration

MFN try to be as flexible as possible in the ways possible to integrate. We therefore provide multiple ways of transporting and formatting the data. All ways of the consuming the data in different format and modes of transport is build on top of our exposed JSON Websocket API. Using websocket and json is simply put native way of communicating with MFN. If you want a low latency setting using websocket and json is the recommended way.

Content-Types

  • json

  • xml

  • rss+xml

  • atom+xml

  • html

The easiest ways to get to know the different content-types / formats is to inspect the different polling feeds since they look the same in the push context, eg.

Transport

  • HTTP-Post-Hook

  • SSH/SFTP

  • FTP

  • FTPS

Low latency Websocket API

MFN also provides a low-latency Websocket API as transport. This configuration achieves the lowest dissemination latency, but requires more technical expertise to integrate. Inform your MFN representative if close to real-time dissemination is the option you require.

Last updated

Was this helpful?