Select an environment
Before an API call can be made it is important to select the right Postman environment to use when making API calls. When you imported the Box Postman collection it automatically imported aBox Postman environment for you to use. The collection will automatically
recognize and use the variables in this environment for making API calls.
To select the Box Postman environment, select Box from the dropdown in the
top-right of Postman.


Make an API request
To make an API request, select a Request from the Box Postman Collection. In this example, we will use the List items in folder API which can be found in the Folders folder.
folder_id for this API endpoint is set to 0 which represents
every user’s root folder. You can leave this value as is or set it to the folder
ID of a folder you want to inspect.
Next, click the Send button in the top right to make the API request.


Summary
- You selected the Postman environment to use for making API calls to Box
- You made your first API call to Box, requesting the folder items for your user’s root folder.
