Infor API Gateway SDK

API Gateway is a powerful API management tool. For additional information go to infor.com.

You can use the SDK to:

  • Use a previously configured ClientID and Secret to handshake with the Infor Authorization Server to obtain a valid OAuth 2.0 Bearer token. The token is expected by the gateway unless the API endpoint is configured to use the AnonymousInboundSecurity policy, which should be used sparingly.
  • Send and receive responses for HTTPS requests using various methods such as GET, PUT, POST, DELETE and provide the appropriate headers and payload (body).
  • Handle errors indicated by HTTP status codes other than 200.
Note: Information on developing mobile client applications that authenticate through and access API Gateway services can be found separately in the Infor Mobile SDK.