Docly

API Management Using Postman

Estimated reading: 2 minutes 0 views

BDRSuite exposes its objects through Web Service APIs. BDRSuite now allows the user to export and use the BDRSuite API collections on Postman App.

Postman is a popular cloud-based API repository platform for developing and using APIs. It provides a central repository for APIs that can be easily stored and managed. So, you can easily test and manage the BDRSuite APIs with the Postman app

Terminologies

Before you begin, you will need to learn a few key terminologies used in postman.

  • Workspace : Workspaces in Postman enable you organize your API work and collaborate with your colleagues. Refer to this page for further information about the Workspace.
  • Collections : To keep your workspace organized, interact with peers, develop API test suites, and automate request runs, you can use collections. Click here to learn more about Collections.
  • Environment : A Postman environment is a collection of variables that you may use in your requests. Click here to learn more about the environment.
  • Variables : Variables allow you save and reuse variables in your scripts and requests. The scope of variables can be specified as Global, Collection, or Environment. Click here to learn more about the variables

In this section, you will find the steps to use Postman for API execution;

On This Page