Get Brands
GET/api/products/brands
Get Brands
Request
Query Parameters
query string
Header Parameters
X-Company-Slug stringrequired
Responses
- 200
Successful response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id string
name string
slug string
image_url stringnullable
[
{
"id": "1",
"name": "Merveillance",
"slug": "merveillance",
"image_url": null
}
]
Loading...