Gets products from a category
GET/api/v1/:team_slug/:app_slug/categories/:category_id/products
Gets products from a category
Request
Responses
- 200
- 400
- 401
- 422
- 500
Got a list of all products from category
Invalid request (e.g. bad UUID, validation error)
Unauthorized access
Invalid request and not parsable by backend
Internal server error