Brand Details
Production
https://api.salla.dev/admin/v2
Production
https://api.salla.dev/admin/v2
GET
https://api.salla.dev/admin/v2
Brands
Last modified:2025-02-26 07:55:34
brand
as a path parameter.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.salla.dev/admin/v2/brands/?with=translations'
Response Response Example
200 - Example
{
"status": 200,
"success": true,
"data": {
"id": 510571718,
"name": "hayat",
"description": "Al Hayat Brand",
"banner": "https://i.ibb.co/jyqRQfQ/avatar-male.webp",
"logo": "https://i.ibb.co/jyqRQfQ/avatar-male.webp",
"ar_char": "حياه",
"en_char": "Hayat",
"metadata": {
"title": "Zara brand",
"description": "Brand awareness seo",
"url": "zara/item"
}
}
}
Request
Path Params
brand
integer
required
Query Params
with
enum<string>
optional
with=translations
to fetch list of brands with translationsAllowed value:
translations
Example:
translations
Responses
Modified at 2025-02-26 07:55:34