brands
Get information about brands
Each product can be assigned to one ore more brands. You can set up and modify brands through the SCAYLE Panel. Please do not use digits only for brand slugs (example: 700), use letters only or combination of letters and digits (examples: mybrand, mybrand700).
get/v1/brands
Query parameters
idsinteger[]
Only include results with brandId matching one of the specified ìds, for example ids=1,4,5.
slugsstring[]
Only include results with brandSlug matching one of the specified slugs, for example slugs=puma,nike.
pageinteger
Return results for page (for example, page=2).
perPageinteger
Return perPage results per page (for example, perPage=25).
localestring
Example:de_DE
use enabled locale instead of default locale
Response
request successful
Example response
{
"entities": [
{
"id": 21,
"customData": {
"floatData": 9.8,
"localizedJson": [],
"localizedString": [],
"nonLocalizedJson": null,
"nonLocalizedString": "test"
},
"externalReference": "",
"group": "default",
"isActive": true,
"logoHash": "",
"createdAt": "2018-06-01 14:56:08",
"updatedAt": "2020-06-05 09:11:25",
"indexedAt": "2023-04-26 09:11:25"
},
{
"id": 22,
"customData": {
"floatData": 12,
"localizedJson": [],
"localizedString": [],
"nonLocalizedJson": null,
"nonLocalizedString": ""
},
"externalReference": "",
"group": "default",
"isActive": true,
"logoHash": "",
"createdAt": "2018-06-01 14:56:08",
"updatedAt": "2020-06-05 09:11:25",
"indexedAt": "2023-04-26 09:11:25"
}
],
"pagination": {
"current": 100,
"first": 1,
"last": 49,
"next": 2,
"page": 1,
"perPage": 100,
"prev": 1,
"total": 4879
}
}