Is there a Postman API endpoint to get all global variables?

I don’t see a way to download all the global variables in https://docs.api.getpostman.com/ - is there a hidden API?

1 Like

I don’t see a way to download all the global variables

And this is a good thing :slight_smile:

In my opinion, you should not use Global variables as they are really too unspecific. Use any other type of variables.

That depends on how you use them.

If you have a lot of duplicate variables, it’s simpler to keep it in global vars instead of defining it for each and every environment.