GET All Brands
Developing
GET
{{url}}api/v1/ecommerce/brands
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'http://ecompulse.test/api/v1/ecommerce/brands' \
--header 'Accept: application/json' \
--header 'X-API-Key: exzbLclGAzBCyL0k1Yv29Evu6mwoYOATBF0lWPyT'
Response Response Example
{
"status": "success",
"message": "Brands retrieved successfully",
"data": [
{
"id": 7,
"name": "Samsung",
"permalink": "samsung",
"image": "http://shopyx.test/images/brands/1716515967.png",
"status": 1
},
{
"id": 6,
"name": "Huawei",
"permalink": "huawei",
"image": "http://shopyx.test/images/brands/1716512515.png",
"status": 1
},
...
...
...
]
}
Request
Header Params
Accept
stringÂ
required
Example:
application/json
X-API-Key
stringÂ
required
Example:
{{key}}
Responses
Modified at 2024-05-27 16:05:24