GET
/
makemodels
/
{make}
/
{model}
curl --request GET \
  --url https://commerce.driv.ly/api/makemodels/{make}/{model}
{
  "data": {
    "make": "Toyota",
    "model": "Camry"
  },
  "success": true
}

Path Parameters

make
string
required

MakeModel is uniquely identified by Make

model
string
required

MakeModel is uniquely identified by Model

Query Parameters

depth
integer

The number of levels of related objects to include in the response

Response

200
application/json

MakeModel Found

The response is of type object.