get https://api.astaraconnect.com/v1/vehicle/versions/
This endpoint allows you to retrieve details of a specific vehicle version by its ID, or all vehicle versions if id
is set to all
.
- If
id
is set to"all"
, the endpoint returns a list of all vehicle versions. - If a specific
id
is provided, the endpoint returns details of that particular vehicle version.