How to find token for testing api in this link https://documenter.getpostman.com/view/4012288/

Hi ,
i m using an old learning course that used this URL for teaching the POSTMAN

for calling these apis it need a Bearer {{token}} for its Authorization field.
please tell me where i can find this token ?

Hey @flight-meteorologi19 :waving_hand:t2:

Welcome to the Postman Community :postman:

From the documentation, it looks like you use the Log In request. Provide some dummy details and the token is returned in the response.

You can capture that in a variable called token and you will be able to use this on the requests that require a token.