# Get all vehicle types

Endpoint: GET /v2/reference/vehicle-types
Version: v2
Security: OrgTokenBearer

## Response 200 fields (application/json):

  - `id` (integer)
    Unique row identifier for this vehicle type.

  - `vehicleTypeId` (integer)
    Broader category grouping several vehicle types together (e.g. Van, Straight Truck, and Container all share the same category).

  - `detail` (string)
    Human-readable name (e.g. "Van", "Reefer", "Flatbed").

  - `value` (integer)
    Bit-flag value for this vehicle type (a power of two). Postings encode their accepted vehicle types as a bitwise combination of these values.

  - `code` (string)
    Single-letter code for this vehicle type (e.g. "V" for Van, "R" for Reefer). This is the character used in a posting's VehicleType string.

