The easiest way to give the API a quick run is to grab a REST client (e.g. Postman) and start submitting requests. Detailed documentation for the API can be found on the Kuali Developers website.

Obtain Authorization Token

Authorization is required to access the API so you will need to obtain a token. One way to obtain a token is to use a web browser to go to the financials web UI in the appropriate environment (same host in which you plan to test the API). Once you are authenticated, use the developer tools in your browser to inspect the cookies. Copy the value of the "financialsAuthToken" cookie and use it as the Authorization token to access the API.

(screenshot below demonstrates how this is done using Chrome Developer Tools)

Use REST Client

Use a REST client to test out the API.

(screenshot below demonstrates using Postman)

Inspect Results

Once the REST client has received a response you can inspect the results.

(screenshot below demonstrates using Postman)

Results As Seen In Postman

Tips & Tricks