How to log in
The Client ID and Client Secret credentials allow any program or piece of code to authenticate itself to the Box API. The next step in the process is to authenticate with OAuth2.0 in Postman:- Open Postman and go to the Authorization tab.
- Set the Type to OAuth 2.0.
- Complete the fields, including the Client ID and Client Secret.
- Click Get New Access Token.
Summary
- You completed the necessary steps in Postman using your Client Secret and Client ID
- You granted the Box App access to your account
- You are able to see your account’s Access Token
