Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Get vehicle's eligility

GET
/vehicles/eligibility/{vin}

Authorizations

Parameters

Path Parameters

vin
required
string

Responses

200

Vehicle’s eligibility

Examples

Example with cURL

curl -X GET http://localhost:3005/vehicles/eligibility/{vin} \
-H 'Authorization: Bearer <your_token_here>' \

400

Manufacturer not supported

Examples

Example with cURL

curl -X GET http://localhost:3005/vehicles/eligibility/{vin} \
-H 'Authorization: Bearer <your_token_here>' \

404

Vehicle not found

Examples

Example with cURL

curl -X GET http://localhost:3005/vehicles/eligibility/{vin} \
-H 'Authorization: Bearer <your_token_here>' \

409

Vehicle’s eligibility verification is still in progress

Examples

Example with cURL

curl -X GET http://localhost:3005/vehicles/eligibility/{vin} \
-H 'Authorization: Bearer <your_token_here>' \