v1
latestOpenAPI 3.0.32026-07-173196215.4 KBbrands
Get a brand
Retrieve a brand by its brandId or slug, for example, /v1/brands/123 or /v1/brands/abc
get/v1/brands/{brand}
Path parameters
brandstring required
Example:123
brandId or brand slug
Query parameters
forceSlugboolean
Example:true
When forceSlug is set to true (e.g. /v1/brands/33?forceSlug=true), the response will be the brand with the slug "33" not the brand with the ID 33.
Response
request successful
Example response
{
"id": 21,
"slug": "fashion",
"name": "Fashion",
"customData": {
"localizedJson": [
{
"key1": "value1"
}
],
"localizedString": "keyValue"
},
"createdAt": "2023-01-26T09:30:15+00:00",
"updatedAt": "2023-01-26T09:30:15+00:00",
"indexedAt": "2023-01-26T09:30:15+00:00"
}