Manufacturers
Manufacturers by Type
Show all manufacturers from specific type.
GET
Manufacturers by Type
Authorizations
All API methods require Bearer authentication. Use your existing API key as the bearer token.
Authorization header format: Authorization: Bearer YOUR_API_KEY.
Headers
Method accept custom language. Content of the header should be the code of the language you are requesting. E.g.: en.
Available options:
bg, da, de, en, es, et, fi, fr, hr, it, lt, lv, nb, nl, nn, pt, ru, sv, tr, zs Example:
"en"
Path Parameters
Vehicle type ID.
Required range:
1 <= x <= 2147483647Example:
1
Query Parameters
Pagination cursor. Omit for first page; pass the previous next_cursor for next page.
Required range:
0 <= x <= 2147483647Number of items to return per page.
Required range:
1 <= x <= 100