Skip to main content

Example API Application

We have a GitHub repository with an example application demonstrating how to implement an SSO flow by authenticating with Clio Identity and authorizing with Clio Manage along with making a few requests to Clio Manage API endpoints. The application is built using Ruby on Rails, but the general workflow is extendable to your framework of choice.

Note that the example app is only built to work with the Clio Manage API at this time and doesn't make calls to Clio Grow via the new Clio Platform.

A good place to start for following along with the SSO flow is in the ApplicationController. A more straight forward API V4 request (to /api/v4/users/who_am_i) can be found in the ProfileController and a more complex request (to /api/v4/users/matter) including pagination in the MatterController.