Skip to main content

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.

  1. Using Chrome, sign in to Open OS and open DevTools.
  2. Go to Network and then refresh the page.
  3. Filter the response by permissions, select the request that starts with "permissions?" and go to Headers.
  4. Scroll to Request Headers and find the bearer token under Authorization.
Instructional image

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