Icon Of A product

Icon Of A product

Returns base64-encoded icon of the product.

Request
URI
GET
https://{api_host}/api/v0/products/{product_guid}/icon
COPY
Path Parameters
string
product_guid
Required

The guid of the product


Responses
200

OK

{
    "icon": "string"
}
string
icon
Optional

base64-encoded


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/v0/products/{product_guid}/icon