Get a list of Brands
GET
/Brand
Brands
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/Brand?sort&modifiedAfter&page=1&resultsPerPage=20'
Response Response Example
200 - Brands
[
{
"id": "d9h8j6",
"brandID": "8563",
"brandDescription": "Elegant Cotton"
},
{
"id": "3dppfj",
"brandID": "2907",
"brandDescription": "Tasty Rubber"
},
{
"id": "jp26kg",
"brandID": "3635",
"brandDescription": "Handcrafted Wooden"
}
]
Request
Query Params
sort
stringÂ
optional
Default:
modifiedAfter
string <date-time>
optional
page
integer <int32>
optional
Default:
1
Example:
1
resultsPerPage
integer <int32>
optional
Default:
20
Example:
20
Responses
Modified at 2025-05-15 20:59:58