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