Recently I had to evaluate a vendor’s API, and I found that Postman doesn’t match my workflow. Looking for some advice.
I imported the vendor’s Open API document into Postman. I expected to be able to easily create requests from the endpoints defined in this API. Then I could easily create a collection for each scenario that I want to use to evaluate the API. An example scenario: add customer, add subscription for customer, generate customer’s invoice.
But I can only create a collection for the entire API, which is not helpful. So now, even though I have a fine API definition, I am creating requests by hand, adding all the parameters one by one, and not benefiting from the helpful parameter documentation that the vendor added to their Open API document.
Am I missing something?