Closed nusjose closed 4 months ago
I get an error with status code 500 when fetching the /estimations API
My cURL
curl --location 'https://api.autofleet.io/api/v1/estimations' \ --header 'accept: application/json' \ --header 'authorization: Bearer {{authToken}}' \ --header 'content-type: application/json' \ --data ' { "queries": [ { "rideType": "passenger" } ], "includePrice": true, "includeETA": true, "stopPoints": [ { "type": "pickup", "lat": 43.642566, "lng": -79.387057 }, { "type": "dropoff", "lat": 45.507452, "lng": -73.587749 } ], "demandSourceId": "{{demandSourceId}}", "businessModelId": "{{businessModelId}}" }
Any ideas on how to fix it?
Hey again @nusjose
@OmerGery We got the data after changes, thanks!
glad to help @otaviolbarbosa
I get an error with status code 500 when fetching the /estimations API
My cURL
Any ideas on how to fix it?