---
title: "Bulk Vin Eligibility Check"
method: POST
path: "/v1/vehicles/eligibility"
tags: ["Vehicle Eligibility"]
---

# Bulk Vin Eligibility Check

`POST /v1/vehicles/eligibility`

Check the eligibility of multiple VINs


Possible Codes in Error Response (see [Errors](https://docs.volteras.com/api-reference/errors) for error response schema and meaning of codes):

- AUTHENTICATION_ERROR
- NOT_PERMITTED
- REQUEST_VALIDATION_ERROR
- SERVER_ERROR

## Request body

- BulkVinEligibilityRequest
  - `vins` SingleEligibilityEntry[], required — List of vehicle identification numbers. Each VIN must be a 17-character alphanumeric string.
    - `vin` string — Vehicle identification number (VIN).
    - `make` 'ABARTH' | 'ALFA ROMEO' | 'AUDI' | 'BMW' | 'CHRYSLER' | 'CITROEN' | 'CUPRA' | 'DODGE' | 'DS AUTOMOBILES' | 'FIAT' | 'FORD' | 'HYUNDAI' | 'JEEP' | 'KIA' | 'LANCIA' | 'LEXUS' | 'MASERATI' | 'MERCEDES BENZ' | 'MINI' | 'NISSAN' | 'OPEL' | 'PEUGEOT' | 'POLESTAR' | 'RAM' | 'RENAULT' | 'SEAT' | 'SKODA' | 'TESLA' | 'TOYOTA' | 'VAUXHALL' | 'VOLKSWAGEN' | 'VOLVO' — Manufacturer of the vehicle
    - `countryCode` string, nullable, required — ISO two-character country code for the VIN being checked.

## Response `202`

Successful Response

- BulkVinEligibilityResponse — Response for async bulk eligibility request on connect-api
  - `id` string, required
  - `status` 'CREATED' | 'PROCESSING' | 'COMPLETED' | 'FAILED', required
  - `createdAt` string, date-time, required

---

[API](https://skmtc.net/volteras/apis/volteras-connect.md) · [All operations](https://skmtc.net/volteras/apis/volteras-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/volteras/volteras-connect/revisions/bcb08bba814d/schema)
