Retrieve a vehicle
GET
http://api.firsteld.com/openapi/vehicles/{id}/
Vehicles
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.firsteld.com/openapi/vehicles//'
Response Response Example
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"status": "string",
"vin": "string",
"name": "string",
"make": "string",
"model": "string",
"year": "string",
"licensePlate": {
"state": "string",
"number": "string"
}
}
Request
Path Params
id
string
required
Responses
Modified at 2025-04-23 00:31:51