Light Mode
Brand Details
GET
/brands/{brand}Last modified: 15 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
Unique identifier assigned to the Brand. 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)
Unauthorized(401)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
status
number
optional
Response status code, a numeric or alphanumeric identifier used to convey the outcome or status of a request, operation, or transaction in various systems and applications, typically indicating whether the action was successful, encountered an error, or resulted in a specific condition.
success
boolean
optional
Response flag, boolean indicator used to signal a particular condition or state in the response of a system or application, often representing the presence or absence of certain conditions or outcomes.
data
#/definitions/1307297optional
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"
}
}
}
Last modified: 15 days ago