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.
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
.
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.