GET
/
api
/
v3
/
contract_vehicles
List Contract Vehicles
curl --request GET \
  --url https://app.govly.com/api/v3/contract_vehicles
{
  "results": [
    {
      "id": "<string>",
      "contractName": "<string>",
      "slug": "<string>",
      "availableTags": [
        "<string>"
      ]
    }
  ]
}
This endpoint returns a list of all available contract vehicles.

Response

results
array
Array of contract vehicle objects
This endpoint is part of the legacy v3 API and will be deprecated in the future. Please migrate to the new enterprise API endpoints.