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