Postman Tutorial - Authorize API Requests with Bearer Token in Postman

  Рет қаралды 96,337

QASCRIPT

QASCRIPT

Күн бұрын

Пікірлер: 48
@mariaflorenciaramirez4930
@mariaflorenciaramirez4930 10 ай бұрын
Thannnnnkkk youuuu! so much!! That's exactly the answer that I was looking for! And so simply explained 🙌🏾
@QASCRIPT
@QASCRIPT 10 ай бұрын
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.
@kiransingh8239
@kiransingh8239 2 жыл бұрын
Excellent ,thanks a lot for this video ,gratitude...
@QASCRIPT
@QASCRIPT 2 жыл бұрын
Glad it was helpful!
@SadSadGuru
@SadSadGuru 2 жыл бұрын
It's a sueprb video, keep up the good work OP.
@QASCRIPT
@QASCRIPT 2 жыл бұрын
Thanks a lot!
@Ruslan-ps9rz
@Ruslan-ps9rz 3 жыл бұрын
It was really useful. Thanks a lot
@QASCRIPT
@QASCRIPT 3 жыл бұрын
Glad it was helpful!
@SabbathShuldinerCideHamete
@SabbathShuldinerCideHamete 3 жыл бұрын
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!
@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 4 жыл бұрын
Does we have to create token eveytime when ever we are working on Gihub repositories or its one time activity?
@QASCRIPT
@QASCRIPT 4 жыл бұрын
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.
@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
@jayeetatarafder3101
@jayeetatarafder3101 3 жыл бұрын
What is a seasurf token?kindly explain
@QASCRIPT
@QASCRIPT 3 жыл бұрын
Sorry. No idea about seasurf token.
@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 Beginner's Course - API Testing
2:09:38
freeCodeCamp.org
Рет қаралды 2,5 МЛН
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
Session Vs JWT: The Differences You May Not Know!
7:00
ByteByteGo
Рет қаралды 314 М.
Postman Tutorial - OAUTH 2.0 Authorization using Gmail API
23:41
Learn Postman for API Testing (Step-by-Step Tutorial)
1:35:56
Automation Step by Step
Рет қаралды 32 М.
Advanced Testing with Postman - Bearer Token Authentication via scripting
13:12
7 Outside The Box Puzzles
12:16
MindYourDecisions
Рет қаралды 79 М.
API Authentication: JWT, OAuth2, and More
6:12
ByteMonk
Рет қаралды 23 М.
Postman Api Testing Tutorial for beginners
16:45
Codemify
Рет қаралды 66 М.
What is Postman and why everyone use it ?
28:33
Hitesh Choudhary
Рет қаралды 38 М.
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН