# Get a rebranding asset binary for the system **GET /systems/rebranding/{product_id}/{asset}** Serves asset binary with hierarchy resolution ## Servers - Backend API server (port 8080): https://api.your-domain.com/api (Backend API server (port 8080)) - Collect API server (port 8081): https://collect.your-domain.com/api (Collect API server (port 8081)) ## Authentication methods - Basic auth ## Parameters ### Path parameters - **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)