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 <img> tag.
GET
/rebranding/{org_id}/products/{product_id}/{asset}
curl \
--request GET 'https://my.nethesis.it/backend/api/rebranding/{org_id}/products/{product_id}/{asset}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (404)
{
"code": 400,
"message": "validation failed",
"data": {
"type": "validation_error",
"errors": [
{
"key": "username",
"message": "required",
"value": "string"
}
]
}
}