Bearer token in postman

David picture David · Apr 12, 2018 · Viewed 85.5k times · Source

I want to set a Bearer Token in postman

For some reason my Postman doesn't have the Bearer Token option in the Auth dropdown

What can I do in Postman to show that option? Any ideas where I can find it? Regards.

Answer

Danny Dainton picture Danny Dainton · Apr 12, 2018

I'm not sure if those 2 images are from the same Postman application or not but the Bearer Token feature only came in on version 5.3.0.

You can just manually add an Authorization Request Header with a Bearer <my_token> value.

This is just a dummy value for demo purposes - The actual value should be Bearer + your token value.

Auth Header

That should work without the need to use that option from the drop down list. This would only just replicate automatically, what you would be doing manually anyway.