Light Mode
Brand Details
GET
/brands/{brand}Last modified:Â 16 days ago
This endpoint allows you to return the complete details for a specific brand by passing the brand
as a path parameter.
Request
Path Params
brand
integerÂ
required
The Brand ID. List of Brand IDs can be found here
Query Params
with
enum<string>Â
optional
Use with=translations
to fetch list of brands with translations
Allowed value:
translations
Example:
translations
Request samples
Responses
Success(200)
Record Not Found(404)
With translations(200)
HTTP Code:Â 200
Content Type :Â JSONapplication/json
Data Schema
No schema defined
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": "h",
"metadata": {
"title": "Zara brand",
"description": "Brand awareness seo",
"url": "zara/item"
}
}
}
Last modified: 16 days ago