Skip to main content
GET
/
api
/
brands
/
{brand_uuid}
/
models
List Brand Models
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"
    }
  ]
}

Path Parameters

brand_uuid
string<uuid>
required

Response

200 - application/json

Models retrieved successfully

success
boolean
required
Example:

true

message
string
required
Example:

"All the models were fetched successfully for this brand."

models
object[]
required
rc_hit
boolean

Indicates if the response was served from cache

Example:

true

rc_key
string

Cache key used for this response

Example:

"models:abc123"