GET
/
catalog
/
suggestion
/
brand
curl --request GET \
  --url https://api.icepanel.io/v1/catalog/suggestion/brand \
  --header 'Authorization: <authorization>'
{
  "catalogSuggestionBrand": {
    "colors": [
      {
        "brightness": 123,
        "hex": "<string>",
        "type": "accent"
      }
    ],
    "isNsfw": true,
    "logos": [
      {
        "formats": [
          {
            "background": "<string>",
            "format": "svg",
            "height": 123,
            "size": 123,
            "src": "<string>",
            "width": 123
          }
        ],
        "tags": [
          "<string>"
        ],
        "theme": "light",
        "type": "icon"
      }
    ]
  }
}

Headers

Authorization
string
required

Query Parameters

url
string
required

Response

200
application/json
OK
catalogSuggestionBrand
object
required