Skip to main content
GET
/
vehicles
/
info
/
models
List models
curl --request GET \
  --url https://staging.api.fryte.xyz/vehicles/info/models \
  --header 'Authorization: Bearer <token>'
{
  "Daimler": {
    "eActros": "01"
  },
  "MAN": {
    "eTGX": "01"
  },
  "Volvo": {
    "FH electric": "01"
  },
  "Scania": {
    "45 R": "01",
    "P310": "02"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.fryte.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

manufacturer
string[] | null

Filter models by manufacturer name(s).

Response

Successful Response

Mapping of manufacturers to their models and codes.

{key}
object