Postman Tutorial - Authorize API Requests with Bearer Token in Postman

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

Комментарии • 50

  • @mariaflorenciaramirez4930
    @mariaflorenciaramirez4930 6 месяцев назад

    Thannnnnkkk youuuu! so much!! That's exactly the answer that I was looking for! And so simply explained 🙌🏾

    • @QASCRIPT
      @QASCRIPT  6 месяцев назад

      Glad it was helpful!

  • @sarathkumar2896
    @sarathkumar2896 4 года назад +2

    Your videos and way of delivering concept was awesome bijan

    • @QASCRIPT
      @QASCRIPT  4 года назад

      Thank you so much 😀

  • @kiransingh8239
    @kiransingh8239 2 года назад +1

    Excellent ,thanks a lot for this video ,gratitude...

    • @QASCRIPT
      @QASCRIPT  2 года назад

      Glad it was helpful!

  • @Ruslan-ps9rz
    @Ruslan-ps9rz 3 года назад +2

    It was really useful. Thanks a lot

    • @QASCRIPT
      @QASCRIPT  3 года назад

      Glad it was helpful!

  • @rohitjadhav8314
    @rohitjadhav8314 3 года назад +1

    Fantastic, Neat and Clear explanation. Please keep it up.

  • @SadSadGuru
    @SadSadGuru 2 года назад

    It's a sueprb video, keep up the good work OP.

  • @SabbathShuldinerCideHamete
    @SabbathShuldinerCideHamete 2 года назад

    Thanks man good bless you..

  • @mayanksachdeva7608
    @mayanksachdeva7608 Год назад

    Good

  • @basavarajusingasandra954
    @basavarajusingasandra954 2 года назад

    Good videos and good job keep it up

    • @QASCRIPT
      @QASCRIPT  2 года назад

      Glad you like them!

  • @saurabhgupta6691
    @saurabhgupta6691 3 года назад

    good video

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

  • @user-ff3lh7vf1x
    @user-ff3lh7vf1x 10 месяцев назад

    sir can u explain Post method for Basic autha bearer token Plz

    • @QASCRIPT
      @QASCRIPT  10 месяцев назад

      Sure. Very soon

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

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

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

  • @jayeetatarafder3101
    @jayeetatarafder3101 3 года назад

    What is a seasurf token?kindly explain

    • @QASCRIPT
      @QASCRIPT  3 года назад

      Sorry. No idea about seasurf token.

  • @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 года назад +1

      Watch this video to understand API Keys Authorization - ruclips.net/video/fjv3qfIDW6Y/видео.html

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

  • @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 года назад +3

      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 3 года назад

      @@QASCRIPT thank you, my Big brother!

  • @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

  • @deepika7644
    @deepika7644 Год назад

    It was really useful. Thank you