I would like to import about 150 API requests into Postman. I currently have an Excel workbook with a line for each request name / parameter. Each line has the data type, size, and comments about the parameter. There are about 1500 lines (request/parameters) total.
Is there a way to import all this into Postman as a starting point. The ultimate goal is to be able to test and document the API.
It seems there must be a better way than typing or copy paste. I looked at the Postman API (the api to manipulate postmanβs data on your account). Didnβt see a SetRequest type of call listed.
Thanks.