Forums:
Hi guys!
I am trying to test the Merchandisable Vehicles Search API from https://developer.fortellis.io/api-reference/merchandisable-vehicles-composite/get/v2/vehicles/search
When I input our apikey in the Header Parameters and click 'Try It Out' I am getting 400 - invalid account id as the response.
Here is an example curl:
curl -X GET --header "apikey: <your_api_key>" --header "Subscription-Id: test" "https://api.fortellis.io/sales/inventory/merchandisable-vehicles-composite/v2/vehicles/search?zip=92868" -v
What am I doing wrong?