Granular requests in postman

I have an endpoint:

http://localhost/gadgets/buy_gadget/{{gadget_id}}

gadget_id is read from a (JSON) data file but the request needs to be executed a random amount of times for the same gadget_id (a store can have multiple gadgets of the same type).

How can postman do that?

Hello @Sebi,

For passing random values please refer the below link for options:

1 Like