Responses

  • 200 application/json

    200 response

    Hide response attributes Show response attributes object
    • id string
    • name string
    • description string
    • details object
      Hide details attributes Show details attributes object
      • gearbox array[string]
      • energy array[string]
GET /categories
curl \
 --request GET 'https://api.fleetee.io/categories' \
 --header "x-api-key: $API_KEY"
Response examples (200)
[
  {
    "id": "string",
    "name": "string",
    "description": "string",
    "details": {
      "gearbox": [
        "string"
      ],
      "energy": [
        "string"
      ]
    }
  }
]