# Get a rebranding asset binary **GET /rebranding/{org_id}/products/{product_id}/{asset}** Serves the asset to a reader of that organization. The response carries an ETag and Last-Modified, so a preview that reloads its assets after a save gets 304s. `GET /public/rebranding/...` serves the same binary without a token, for use in an `` tag. ## Servers - Backend API server: https://my.nethesis.it/backend/api (Backend API server) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **org_id** (string) Logto organization ID (logto_id, not the database UUID) - **product_id** (string) - **asset** (string) ## Responses ### 200 Asset binary #### Body: image/* (string(binary)) string(binary) ### 404 Resource not found #### Body: application/json (object) - **code** (integer) HTTP error code - **message** (string) Error message - **data** (object) [Powered by Bump.sh](https://bump.sh)