Version 2 dynamic API endpoints
This list shows the Mongoose REST version 2 dynamic API endpoints:
- Get Swagger Collection Document
- Get IDO Swagger Document
- Execute IDO Swagger Document Get Operation
- Execute IDO Swagger Document Post Operation
If you consume these APIs directly from IDORequestService, you must include the X-Infor-MongooseConfig header. All API calls, except Get Swagger Collection Document and Get IDO Swagger Document, must include an Authorization header that contains a Mongoose security token.
If you consume these APIs from the ION API interface, all API calls, except Get Swagger Collection Document and Get IDO Swagger Document, must include the X-Infor-Mongoose Config header and the Authorization header that contains a valid OAuth2.0 bearer token.
If you consume these APIs in ION API through third-party applications, for example, Postman, you must include the X-Infor-MongooseConfig header and the Authorization header that contains a valid OAuth 2.0 bearer token.
We recommend that you use the presented prototypes as examples when you create your API calls. All these prototype examples use C# code.