VinSearchCriteria

Search criteria using Vehicle Identification Number (VIN). VIN is decoded to retrieve vehicle details automatically.

  • vin
    Type: string
    min length:  
    17
    max length:  
    17
    required

    17-character Vehicle Identification Number. Required. The VIN is decoded to retrieve vehicle make, model, year, and trim.

  • mileage
    Type: integerFormat: int32

    Current vehicle odometer reading in miles. Required. Must be between 1 and 250,000.

  • stateShortName
    Type: string | null

    Two-letter US state code (e.g., "NY", "CA", "TX"). Required if zip is not provided.

  • zip
    Type: string | null

    5-digit US ZIP code. Required if stateShortName is not provided. ZIP takes precedence over state for location-based pricing.