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