Skip to main content
POST
/
v1
/
vehicles
/
eligibility
Bulk Vin Eligibility Check
curl --request POST \
  --url https://api.volteras.com/v1/vehicles/eligibility \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "vins": [
    {
      "countryCode": "<string>",
      "vin": "<string>"
    }
  ]
}
'
{
  "id": "<string>",
  "createdAt": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.volteras.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
vins
SingleEligibilityEntry · object[]
required

List of vehicle identification numbers. Each VIN must be a 17-character alphanumeric string.

Required array length: 1 - 500 elements

Response

202 - application/json

Successful Response

Response for async bulk eligibility request on connect-api

id
string
required
status
enum<string>
required
Available options:
CREATED,
PROCESSING,
COMPLETED,
FAILED
createdAt
string<date-time>
required