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