List Stores By Owner
GET/stores/owner/:ownerId
Retrieves all stores associated with a specific owner UUID. While regular users are restricted to their own ID, administrative roles (Admin, Dev, Agent) can use this to audit any user's stores.
Request
Responses
- 200
- 403
A list of store objects associated with the provided owner.
Forbidden - Access denied to other users' data.