Get a single asset
GET/assets/:assetId
Download an asset's binary content. The response Content-Type header is set based on the asset's MIME type.
Request
Responses
- 200
- 401
The asset's binary content. The Content-Type header reflects the asset's MIME type (e.g., image/png, application/pdf).
Unauthorized — the Bearer token is missing, invalid, or expired.