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:
- Install Postman.
- Import the collection into Postman. Postman has a number of ways to do this, but the optimal way to be notified of updates is to fork the collection.
- Enter your API key in the “variables” section.
- Select a query from the collection.
- Adjust the parameters and body data as needed.
- Click “Send.”