Introduction to RASON
About RASON Models and the RASON Server
Rason Subscriptions
Rason Web IDE
Creating and Running a Decision Flow
Defining Your Optimization Model
Defining Your Simulation Model
Performing Sensitivity Analysis
Defining Your Stochastic Optimization Model
Defining Your Data Science Model
Defining Custom Types
Defining Custom Functions
Defining Your Decision Table
Defining Contexts
Using the REST API
REST API Quick Call Endpoints
REST API Endpoints
Decision Flow REST API Endpoints
OData Endpoints
OData Service for Decision Flows
Creating Your Own Application
Using Arrays, For, Loops and Tables
Organization Accounts

Authorization Headers

Every RASON REST API call must include an 'Authorization' header with value 'Bearer' followed by your account OAuth token. To obtain your OAuth token, visit www.rason.com www.rason.com to register for a free account, then click the MyAccount link to copy and paste the token into your application. An example of an Authorization Header is below. For more information on creating your OAuth token, please see the earlier topic, RASON Subscriptions.

'Authorization': 'Bearer ' + '{OAuth Token}', 'Content-Type': 'application/json' },

Back to Using the REST API