GET
/
api
/
v3
/
contract_vehicles
curl --request GET \
  --url https://app.govly.com/api/v3/contract_vehicles \
  --header 'X-API-KEY: <api-key>'
{
  "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.