Postman Collection
Postman Collections are a way to group requests together for exploring an API and automating common tasks.
For ease of use and getting started you may explore our Postman Collection or use the "Run in Postman" button below to launch our Postman collection with just one-click.

Example Code Snippets
To use the Postman Collection:
Populate the Client ID and Secret (obtained during the Application Registration) in the body of the POST request to obtain the bearer token:

Send a POST request to obtain the bearer token which should return a 200 OK response:
The token will be automatically saved in the variables of the collection and is being used to authenticate the requests in the BCS OI API folder:

[Optional] Update the baseUrl
in the variables of the collection if the region in which the data is stored is different than "us"
. The region for your application can be retrieved as documented in the Application Registration.

Make a request to one of the API endpoints, for example using the Devices
resource returns an overview of the physical or logical devices in your network:
