List all cars
Retrieves all cars available on Tesla inventories.
curl https://api.teslahunt.io/cars --header 'x-api-key: YOUR_TOKEN'
You should to add at least one car object attribute as filterByFormula condition:
curl 'https://api.teslahunt.io/cars' \
--get \
--data-urlencode 'filterByFormula=AND({currency} = "EUR")' \
--header 'x-api-key: YOUR_TOKEN'
Check recipes to see some examples.
Last updated on May 23, 2022