Postman Tutorial - Authorize API Requests with Bearer Token in Postman

  Рет қаралды 95,824

QASCRIPT

QASCRIPT

Күн бұрын

Пікірлер: 48
@mariaflorenciaramirez4930
@mariaflorenciaramirez4930 9 ай бұрын
Thannnnnkkk youuuu! so much!! That's exactly the answer that I was looking for! And so simply explained 🙌🏾
@QASCRIPT
@QASCRIPT 9 ай бұрын
Glad it was helpful!
@sarathkumar2896
@sarathkumar2896 4 жыл бұрын
Your videos and way of delivering concept was awesome bijan
@QASCRIPT
@QASCRIPT 4 жыл бұрын
Thank you so much 😀
@rohitjadhav8314
@rohitjadhav8314 3 жыл бұрын
Fantastic, Neat and Clear explanation. Please keep it up.
@QASCRIPT
@QASCRIPT 3 жыл бұрын
Thanks Rohit.
@SadSadGuru
@SadSadGuru 2 жыл бұрын
It's a sueprb video, keep up the good work OP.
@QASCRIPT
@QASCRIPT 2 жыл бұрын
Thanks a lot!
@kiransingh8239
@kiransingh8239 2 жыл бұрын
Excellent ,thanks a lot for this video ,gratitude...
@QASCRIPT
@QASCRIPT 2 жыл бұрын
Glad it was helpful!
@Ruslan-ps9rz
@Ruslan-ps9rz 3 жыл бұрын
It was really useful. Thanks a lot
@QASCRIPT
@QASCRIPT 3 жыл бұрын
Glad it was helpful!
@Asraj_vlogs
@Asraj_vlogs 3 жыл бұрын
Hi sir I have doubt like that u have selected inherit auth from parent right for collection and added requests in that collection..my doubt is here is the second request is taking the same access token???
@QASCRIPT
@QASCRIPT 3 жыл бұрын
Hi...Although I didn't change the second request authorization to inherit from auth in this collection. Its possible to either have all requests in the collection use the same authorization or some request have their own authorization. But I think the better way would be to change all requests to inherit from auth and use the authorization from collection.
@balkrishnasethi1964
@balkrishnasethi1964 3 жыл бұрын
Does we have to create token eveytime when ever we are working on Gihub repositories or its one time activity?
@QASCRIPT
@QASCRIPT 3 жыл бұрын
No. We don't have to create token everytime, it's only a one time activity.
@danielhat4440
@danielhat4440 3 жыл бұрын
I get my token from local storage and paste it to use in bearer token like your video, but it still shows 401 unauthorized. What's wrong ???
@QASCRIPT
@QASCRIPT 3 жыл бұрын
Hi Daniel. Difficult to tell without looking at it. Bearer token is a simple type of authorization and should work until you are using a valid token.
@danielhat4440
@danielhat4440 3 жыл бұрын
@@QASCRIPT Yes, I'm in angular project, and handling login process. That's why I save the user's token to local storage and want to test it in Postman.
@SabbathShuldinerCideHamete
@SabbathShuldinerCideHamete 2 жыл бұрын
Thanks man good bless you..
@QASCRIPT
@QASCRIPT 2 жыл бұрын
Welcome
@basavarajusingasandra954
@basavarajusingasandra954 3 жыл бұрын
Good videos and good job keep it up
@QASCRIPT
@QASCRIPT 3 жыл бұрын
Glad you like them!
@jayeetatarafder3101
@jayeetatarafder3101 3 жыл бұрын
What is a seasurf token?kindly explain
@QASCRIPT
@QASCRIPT 3 жыл бұрын
Sorry. No idea about seasurf token.
@karanbharti1287
@karanbharti1287 3 жыл бұрын
can you please tell me the method if my API Token is getting expire in 15 minutes , how can i use this token for a complete collection at any time without putting updated token value in manage environment everytime
@QASCRIPT
@QASCRIPT 3 жыл бұрын
You have to use a refresh_token to create a new value for the access token. This information should be available in the api documentation.
@suyashshrivastava4895
@suyashshrivastava4895 3 жыл бұрын
Hi, How we can use barer token with API keys in postman..?
@QASCRIPT
@QASCRIPT 3 жыл бұрын
API Key is a separate type of Authorization in Postman
@QASCRIPT
@QASCRIPT 3 жыл бұрын
Watch this video to understand API Keys Authorization - kzbin.info/www/bejne/nJvZZKScfqmKbLs
@ionuthorgos3305
@ionuthorgos3305 4 жыл бұрын
When the access token expires, all the calls fail. How can we extract dynamic from the auth token call the access_token and put it global?
@QASCRIPT
@QASCRIPT 4 жыл бұрын
If the access token is returned in the response body, then following can be added in the Test: var jsonData = JSON.parse(responseBody); pm.globals.set("access_token", jsonData.accessToken);
@ionuthorgos3305
@ionuthorgos3305 4 жыл бұрын
@@QASCRIPT Thank you!
@socialcatalyst2608
@socialcatalyst2608 4 жыл бұрын
@@QASCRIPT thank you, my Big brother!
@mayanksachdeva7608
@mayanksachdeva7608 Жыл бұрын
Good
@QASCRIPT
@QASCRIPT Жыл бұрын
Thanks
@saurabhgupta6691
@saurabhgupta6691 3 жыл бұрын
good video
@QASCRIPT
@QASCRIPT 3 жыл бұрын
Thanks
@saurabhgupta6691
@saurabhgupta6691 3 жыл бұрын
@@QASCRIPT lets add on linkedin ?
@qureshiowais6951
@qureshiowais6951 3 жыл бұрын
how to implement bearer token in python
@QASCRIPT
@QASCRIPT 3 жыл бұрын
You can use the code generator to generate the code for python
@chavelooo33
@chavelooo33 3 жыл бұрын
Great video, it is very clear, I would like to ask you if you have any Idea how can I integrate Calendly with Power bi, I got the key API and the bearer tokens but I do not know how to put this info in power BI. Thanks
@QASCRIPT
@QASCRIPT 3 жыл бұрын
Thanks Diego for watching but I don't have any information on your query at this moment.
@deepika7644
@deepika7644 Жыл бұрын
It was really useful. Thank you
@QASCRIPT
@QASCRIPT Жыл бұрын
Glad to hear that
Postman Tutorial - How to send a Post Request in Postman
9:50
Postman Tutorial - OAUTH 2.0 Authorization using Gmail API
23:41
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 47 МЛН
FOREVER BUNNY
00:14
Natan por Aí
Рет қаралды 37 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 87 МЛН
Advanced Testing with Postman - Bearer Token Authentication via scripting
13:12
What is Postman and why everyone use it ?
28:33
Hitesh Choudhary
Рет қаралды 34 М.
Postman Tutorial #18 - Authorization in Postman | Authorizing Requests
13:32
Software Testing Mentor
Рет қаралды 17 М.
Session Vs JWT: The Differences You May Not Know!
7:00
ByteByteGo
Рет қаралды 272 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 111 МЛН
API Authentication: JWT, OAuth2, and More
6:12
ByteMonk
Рет қаралды 19 М.
How to share oAuth access token with other API endpoints in Postman
8:43
Rana Krishnrajsinh
Рет қаралды 1,4 М.
Анимация логотипа для компании MYCOM
0:46
FreelStep Shorts
Рет қаралды 1,8 МЛН
😵Айфон стал Poco💀
0:39
Demin's Lounge
Рет қаралды 87 М.
НЕ КУПИЛ СЫНУ ПК И ПОПЛАТИЛСЯ
1:00
WOW 😱 How to Make AirPods from Regular Headphones
0:47
ALABAYCHIC
Рет қаралды 15 МЛН
Игровые очки TECNO 😎
0:38
serg1us
Рет қаралды 665 М.
Nokia now vs Then 💀🗿 #blowup #nokia #edit #foryou
0:31
skullmaxx
Рет қаралды 23 МЛН