🛠️ Path parameters
Below is the complete list of parameters for embedding the logo that best matches your use case:| Parameter | Type | Description | 
|---|---|---|
| identifier | string | Brand’s identifier (see table below). required | 
| type | string | Logo’s type (see table below). | 
| theme | string | Logo’s theme (see table below). | 
| fallback | string | Logo’s fallback (see table below). | 
| height | number | Logo’s height. The ratio of the logo is always respected. | 
| width | number | Logo’s width. The ratio of the logo is always respected. | 
Identifier
| Type | Description | 
|---|---|
| domain | Domain name (FQDN) (e.g. nike.com). | 
| brandId | Brand ID (e.g. id_0dwKPKT). | 
| stock ticker | Abbreviation used to uniquely identify publicly traded shares (e.g. NKE). | 
| isin | International Securities Identification Number (ISIN) (e.g. US6541061031). | 
Logo type
| Type | Description | 
|---|---|
| icon | The icon that is used on social profiles (e.g. Tesla’s social icon) | 
| logo | The horizontal logo, usually seen on large surfaces (e.g. Tesla’s logo) | 
| symbol | The universal mark that abstractly represents the brand (e.g. Tesla’s T symbol). | 
Logo theme
| Theme | Description | 
|---|---|
| light | The light version of the logo. | 
| dark | The dark version of the logo. | 
Logo fallback
| Fallback | Description | 
|---|---|
| brandfetch | The Brandfetch logo (default). | 
| transparent | A see-through placeholder for custom background options. | 
| lettermark | A square icon featuring the first letter of the brand’s name (applies only to type=icon). | 
| 404 | HTTP status 404 and a see-through placeholder for custom background options. |