Juhi Gupta
Juhi Gupta

Reputation: 23

POSTMAN how to add authorization header in rest call

Hi I am trying to do a post call via POSTMAN and I want to understand how can I add authorization header.

Upvotes: 1

Views: 6920

Answers (2)

Harshit_Raj
Harshit_Raj

Reputation: 297

Hi You can try below steps to add authorization header.

Click Authorization tab

Add body headers

Body HEaders

Add raw body

Body content

Hope this helps

Upvotes: 1

xpioneer
xpioneer

Reputation: 3315

You might have to click on the authorization tab. that's it i guess

Upvotes: 1

Related Questions