What's the benefit of having a workspace per base api endpoint?

Hi,

I’ve been watching the postman videos for api first design and following the design of the union.fashion examples. In the demos, Kin Lane builds each api endpoint (/products, /orders, /users) in their own workspace. Inside each workspace he has collections for tests, monitoring, working, mocking, documentation, etc.

I was wondering if that’s the preferred approach to a large api as opposed to just having an api in a single team workspace? Are there pros and cons to each approach?

Workspaces are just a way to organize work / collections. If you are just getting started, I wouldn’t worry about this as you can move collection from one workspace to the other.