Postman Collection
Postman Collection
#340670
Densify provides a Postman collection of sample API requests for
Follow the steps below to use the downloaded Postman collection:
- Unzip the downloaded file and import both the Densify API Collection collection and Densify Environment variables into your Postman workspace.
- Modify the variables in the Densify Environment to match your Densify settings and credentials.
- Review the Documentation section of the collection for an overview of the workflow and API requests.
- Use this sample collection to familiarize yourself with Densify API requests.
Note: If you already have a Densify environment in your Postman application, you can either delete the previous version or rename it. Otherwise, you will have duplicate Densify environments after the new collection is imported.
Troubleshooting the Postman Collection

When using token-based authentication you need to request a token for each session. Subsequent API requests within the session are automatically authenticated with this token. Then in a future session you need to again request and acquire a token.
Postman is only intended to provide the tools for learning and testing Densify's APIs.
Once you are comfortable with how the Densify API works you can start to place the API calls within your code, used to interface with Densify. For example you could write a call to get all analysis IDs, then loop through each ID making another API call to get the associated recommendations, thus providing the full list of recommendations for the scope of systems.
