© 2026 InterSystems Corporation. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms

Initial Release
EnsLib.REST.OperationTokenProviderClass setting and FlexibleREST.Auth.AbstractProvider classTokenKey setting)Pool Size > 1)AbstractProvider interface). You can use it as a sample for your own provider implementationrefresh_tokenTokenSkew - early refreshingbody, basic, parameters (see TokenAuthStyle setting)form (x-www-form-urlencoded) or json (if you use TokenAuthStyle = body)data.access_token or accessTokenTokenDefaultTTL)grant_type and token scopeAuthorization header, in the JSON body, or as a query parameter)Auth section of Business Operation)zpm "install flexible-rest-client"
Run the command in the IRIS terminal with IPM installed. Add the FlexibleREST.Operation.APIClient Business Operation to your Production
git clone https://github.com/ogurecapps/flexible-rest-client.git
Clone the repo into a local directory and copy the FlexibleREST package into your project
After installing the package, you can run FlexibleREST.Production.Test in the IRIS Management Portal. Production already has a data stream set up to dummyjson.com. You only need to create a credential named dummy-json. You can use {"username": "emilys", "password": "emilyspass"} or take any from here: https://dummyjson.com/users.