Testing with Postman

In addition to the Developer Portal, Postman is a great tool for testing REST APIs. The CareEvolution Postman collections contain sample queries to help you get up and running quickly with our APIs.

Each Orchestrate API has a separate Postman collection, which you can find in the Orchestrate APIs Workspace.

To use a collection:

  1. Create an account in Postman and log in. You may also use the desktop client.
  2. Navigate to the CareEvolution Orchestrate Workspace. In the desktop client, use the search bar to find the CareEvolution collections.
  3. Select the collection you want to work with and create a fork. This is your own private version of the collection.
  1. Enter your Orchestrate API key in the “variables” section.
  1. Select a query from the collection.
  2. Adjust the parameters and body data as needed. Be sure to check the box next to any query parameter you want to use.
  3. Click “Send.”

See the Postman Docs for more details about working with forked versions, including how to update your fork when the parent changes.