Motorbase
V1Models

List Models

Get the list of models for the organization

GET
/api/v1/{organizationSlug}/models
AuthorizationBearer <token>

In: header

Scope: *

Path Parameters

organizationSlugstring

Response Body

curl -X GET "https://api.motorbase.io/api/v1/string/models"
[
  {
    "id": "string",
    "name": "string",
    "brandId": "string",
    "vehicleTypeId": "string",
    "organizationId": "string",
    "createdAt": "2019-08-24",
    "updatedAt": "2019-08-24"
  }
]
{
  "message": "Organization slug is missing"
}
{
  "message": "Unauthorized"
}
List Models