LicensePlateSearchCriteria

Search criteria using vehicle license plate number. The license plate is used to look up the vehicle's VIN and details. State is required for license plate lookup.

  • licensePlate
    Type: string
    min length:  
    1
    max length:  
    8
    required

    Vehicle license plate number (1-8 characters). Required. State must also be provided for license plate lookup.

  • 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.