Motorbase
V1Brands

List Brands

Get the list of brands for the organization

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

In: header

Scope: *

Path Parameters

organizationSlugstring

Response Body

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