cURL
curl --request GET \ --url https://api.legitmark.com/api/brands
{ "success": true, "rc_hit": true, "rc_key": "brands:b3d8c2c047516490411d1b2d21695caf", "message": "All the brands are fetched successfully.", "brands": [ { "uuid": "03e7eb07-5e1e-465d-92a6-228dcaa6b148", "name": "Air Jordan", "created-at": "2023-08-02T15:47:07.000Z", "updated-at": "2023-08-02T15:47:07.000Z" }, { "uuid": "e9c8dee6-3bd8-4045-953d-929f5d81cb82", "name": "New Balance", "created-at": "2023-08-05T23:13:04.000Z", "updated-at": "2023-08-05T23:13:04.000Z" } ] }
Get all available brands.
Number of results per page
1 <= x <= 100
Page number
x >= 1
Search term for brand names
Brands retrieved successfully
true
"All the brands are fetched successfully."
Show child attributes
Indicates if the response was served from cache
Cache key used for this response
"brands:abc123"