Skip to main content
GET
/
v1
/
vehicles
/
eligibility
/
{id}
/
results
Bulk Vehicle Eligibility Check Results
curl --request GET \
  --url https://api.volteras.com/v1/vehicles/eligibility/{id}/results \
  --header 'Authorization: Bearer <token>'
{
  "results": [],
  "totalResults": 0
}

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.

Path Parameters

id
string
required

Query Parameters

maxPageSize
integer | null

Max size of the returned list.

Required range: x >= 1
currentPage
integer | null

Current page

Required range: x >= 0

Response

200 - application/json

Successful Response

results
SingleEligibilityResult · object[]
totalResults
integer
default:0