Mongoose REST Version 2 API endpoints

These are the Mongoose REST Version 2 API endpoints:

  • Download Document Object
  • Download File Stream
  • Fire AES Event
  • Get Configurations
  • Get Document Objects
  • Get Security Token
  • Get Property Information
  • LoadCollection
  • Invoke IDO Method
  • UpdateCollection
  • Upload File Stream
  • Upload Document Object

All API calls, except GetConfigurations and GetSecurityToken APIs, are required to include an Authorization header containing either a Mongoose security token or a valid OAuth 2.0 bearer token, depending on how the API is being called.

We recommend that you use the prototypes presented here as examples when creating your API calls. All these prototype examples use C# code.