Hello, I have read this post Upload or Send File in Postman but now I want to add authorization token also, before sending request in Postman? So how can I add authorization header in postman? I have generated token using simply GET request.
When sending request in Postman to call an API, there is a tab named "Header", select it and then add your key name, for example "Authorization" and then it's value in "Value" field.
As shown here.
Then you are done.
OR
If you want to send same header with Every request in Postman, then simply
Use "{{authorization}}" in value and then you can click on it -> Select "Add new variable", to add it''s global value
That's it, hope it helps.
Subscribe to our weekly Newsletter & Keep getting latest article/questions in your inbox weekly