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

Testing

In the integration environment users can inject news items in order to test there validity of the integration. This can be done to simply navigate in your web browser or perform at GET request through e.g. curl to mfn.modfin.se/testing/deskman/news/inject

Ways of integration

MFN try to be as flexible as possible in the ways possible to integrate. We therefore provide multiple ways of transporting the data as well as formatering it. 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

  • Websocket

  • WebSub

    • HTTP-Post-Hook

    • FTP

    • FTPS

    • SSH/SFTP

  • Long Polling

  • Polling

Last updated