Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

  • Select GET as the HTTP method
  • Type in an appropriate URL - see Documentation
  • Add an HTTP Header
    • key: Authorization
    • value: Bearer [your token obtained above]
    • Note: ensure that you start the value with the word "Bearer" and a space (see example below)
  • Click Send

...