Get garnish image
GET/api/workspaces/:workspaceId/garnishes/:garnishId/image
Required API-key permission: GARNISHES_READ — Read garnishes
Returns the garnish image bytes (the imageUrl target). 404 when the garnish has no image.
Request
Responses
- 200
- 400
- 401
- 403
- 404
The garnish image bytes.
Validation error
Missing or invalid credentials
Insufficient permissions
The garnish has no image.