Get OAuth bearer token
You may need to obtain an OAuth bearer token to test your API with Postman or curl.
Get token from Open OS
The following steps describe getting the bearer token from DevTools in Chrome.
- Using Chrome, sign in to Open OS and open DevTools.
- Go to Network and then refresh the page.
- Filter the response by permissions, select the request that starts with "permissions?" and go to Headers.
- Scroll to Request Headers and find the bearer token under
Authorization.

You can now copy the bearer token value and use it as necessary.