Introduction
Collection variables store values you want to reuse in many requests inside a Postman collection. They help keep your tests organized and easy to update.
You want to use the same API key in multiple requests without typing it each time.
You need to change the server URL for all requests when switching between testing and production.
You want to share common data like user IDs or tokens across requests in a collection.
You want to keep your requests clean by not hardcoding values repeatedly.
You want to update a value once and have it apply to all requests using that variable.