cURL
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>" ] } ] }
Show Contract Vehicle properties