Waiting for engine...
Skip to main content

Management API

The Thru.MFT.Configuration.Api enables clients to retrieve information and manage entities within a single instance efficiently.

Entities encompass various components such as flows, activities, alerts, files, deliveries, organizations, subscriptions, and user management, among others.

Examples for using this API:

  • Exposing activity and alerts in external system

  • Automating the adding of organizations and subscriptions

  • Automating user management

  • Enabling or disabling entities (Organizations, subscriptions)

  • Replaying files and retrying deliveries

MFT AFT uses Swagger, which is an Interface Description Language for describing RESTful APIs expressed using JSON.

Swagger is used together with a set of open-source software tools to design, build, document, and use RESTful web services.

Swagger includes automated documentation, code generation, and test-case generation.

You can access the api by adding /Swagger/ to a site url.