How to get Auth Token value from Browser Network – API response

Get the bearer token value from web browsers’ network tab API response. For testing the API in Postman or such tools we may need to add a header with the token value. For this, we can get the token from API response by logging in to our web App from browser UI.

Get the token value from Browser Network Tab

  1. Go to the Network Tab
  2. Go to Fetch section
  3. Select any of the API from list
  4. In request Headers we can find the token value

Using the Auth token value in POSTMAN for testing the API

About the Author: smartcoder

You might like

Leave a Reply

Your email address will not be published. Required fields are marked *