Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

There are two core APIs available for users of Journey Orchestration, the . The first is the application API. This API is primarily concerned with driving the product. It provides resources to the user interface and integration points with the rest of the platform.

...

The APIs provided are all REST based and are self-documented using swagger, the APIs are accessible from a shortcut in the side menu but also from https://dde.alterian.net/docs/

...

Application API

Users generally wont won't need to access this part of the API, there . There are however a few areas which may be of interest for example the info APIs allow users to generate reports against the system and the rule APIs allow access to the programmatic management of rules and data grids.

...

Published rules can appear as both POST and GET although generally POST is the most common. For a POST rule when the API is invoked data is passed in the body of the POST message. Authentication can be enabled where necessary with an API key in the header of the request.

Take a look at Calling a CX Rule via the API for contains more information on the authentication process.