Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Infor M3 API API

Infor M3 business API programs

Infor M3 API API is one of 5 APIs that Infor publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include M3 API. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, authentication docs, and an AsyncAPI specification.

This API exposes 2 operations across 1 path, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://{os}/{tenant}/{product}.

2 operations 1 paths 5 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://mingledev01-ionapi.mingle.infor.com
Authentication
OAuth 2.0, OAuth 2.0
Resource Areas
1

Authentication & Security 2

Infor M3 API API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (OAuth2ClientCredentials) using the clientCredentials flow. It supports OAuth 2.0 (OAuth2AuthorizationCode) using the authorizationCode flow. By default, every request must be authenticated.

  • OAuth2ClientCredentials — Infor ION API Client Credentials grant
  • OAuth2AuthorizationCode — Infor ION API Authorization Code grant

Paths & Operations 2

Across 1 path, the API surfaces 2 operations — 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

M3 API 2

Infor M3 business API programs

GET
/api/{apiVersion}/{programId}
Call M3 MI program (GET)
callM3ApiGet 5 params → 200400401404
POST
/api/{apiVersion}/{programId}
Call M3 MI program (POST)
callM3ApiPost 2 params body → 200400

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are M3Error (4 properties), M3Message (4 properties), M3ApiResponse (4 properties), M3ApiRequest (2 properties). Each schema is shown below with its type and property counts.

M3ApiResponse
object
Response from an M3 MI program transaction
4 properties
M3Message
object
4 properties
M3ApiRequest
object
Request payload for an M3 MI program transaction
2 properties
M3Error
object
4 properties
M3Record
object
A single data record returned from an M3 MI transaction
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

infor-m3-api-api-openapi.yml Raw ↑

Other APIs Infor publishes across the network.

Infor M3 / LN CloudSuite Industrial API
Infor XtendM3 API
Infor CloudSuite Financials API
Infor ION Documents API