cURL
curl --request GET \ --url https://api.legitmark.com/api/v2/types/{type_uuid}/brands
{ "success": true, "message": "Brands fetched successfully", "data": [ { "uuid": "e5f6a7b8-c9d0-1234-efab-567890123456", "name": "Louis Vuitton", "media": "https://media.legitmark.com/brands/lv-logo.png", "active": true, "ordinal": 1, "relation_active": true, "brand_active": true, "side_group_count": 5 }, { "uuid": "f6a7b8c9-d0e1-2345-fabc-678901234567", "name": "Chanel", "media": "https://media.legitmark.com/brands/chanel-logo.png", "active": true, "ordinal": 2, "relation_active": true, "brand_active": true, "side_group_count": 4 } ], "total": 2 }
Get all brands available for a specific type with optional counts and inactive items.
Type UUID
Include side group counts for each brand
Include inactive brands in the response
Brands retrieved successfully
The response is of type any.
any