Monitor using desktop agent + retrieve token

Hello everyone,

I’m new to Postman so my questions could be a little bit dumb, don’t be rude with me :smiley:

  1. Is it possible to use the Monitor feature with API available only through the Desktop Agent?
  2. I’ve got a login-API, which returns me a token that is used as Authorization Header in others API, is it possible to setup this kind of authentication? I tried Oauth2 etc. but nothing work.
  1. No, since this will create an unreliable dependency on your computer. Postman uses its own cloud infrastructure for the monitors.

  2. If you already have a token, try the auth helper Bearer Token