Path parameters

  • category_id string Required

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/{category_id}
curl \
 --request GET 'https://api.fleetee.io/categories/{category_id}' \
 --header "x-api-key: $API_KEY"
Response examples (200)
{
  "id": "string",
  "name": "string",
  "description": "string",
  "details": {
    "gearbox": [
      "string"
    ],
    "energy": [
      "string"
    ]
  }
}