cURL
curl --request GET \ --url https://api.legitmark.com/api/brands/{brand_uuid}/models
{ "success": true, "rc_hit": true, "rc_key": "models:50dfb81d53bb941f21e8baba1f52d324", "message": "All the models were fetched successfully for this brand.", "models": [ { "uuid": "f6a7b8c9-d0e1-2345-fabc-678901234567", "name": "Neverfull MM" }, { "uuid": "a7b8c9d0-e1f2-3456-abcd-789012345678", "name": "Neverfull GM" }, { "uuid": "b8c9d0e1-f2a3-4567-bcde-890123456789", "name": "Speedy 30" } ] }
Get all models within a specific brand.
Models retrieved successfully
true
"All the models were fetched successfully for this brand."
Show child attributes
Indicates if the response was served from cache
Cache key used for this response
"models:abc123"