Brands


Parameters

Name In Type Required Description
Authorization header string true Bearer token

Request example

1
2
3
4
5

curl -X GET https://dealers.masstack.com/v2/brands \
  -H "Accept: application/json" \
  -H "Authorization: string"

Responses

Code Meaning Description Schema
200 OK List of brands successfully obtained [BrandResponse]
400 Bad Request Bad Request ApiErrorResponse
401 Unauthorized Unauthorized ApiErrorResponse
404 Not Found Not Found ApiErrorResponse
500 Internal Server Error Internal Error ApiErrorResponse

200 - instance of BrandResponse

Custom schema example

1
2
3
4
5
6
[
  {
    "code": "YG",
    "brand": "yoigo"
  }
]
Name Type Required Description
code string true Brand codes enumeration
brand string true Brand name
Property Values
code one of [GU, PP, YG, LE, MM, LY, LL, VI, EB, AH, AL, BT, SW, JI, MB, ST, PM]

Endpoints

Default

    Loads

      Actors

        Dealers

          Custom Information

            Commercial Structure

              Brands