I am able to create a collection with the postman public API using the following endpoint:
POST https://api.getpostman.com/collections
In the Postman UI, there is the possibility to create a new collection for an API:
How can I accomplish this using the Postman API?
I would imagine that there is supposed to be an endpoint like
POST https://api.getpostman.com/api/{{apiId}}/collections
Thanks
Max