Get Available Vehicles
https://sandbox-api.gozem.co/courier/v1/vehiclesFetch available vehicle and their operating zones.
Query parameters
Exact vehicle identifier, as returned in `data[].guid`.
Exact vehicle name, case-insensitive.
Substring of a covered city name, case-insensitive.
ISO 3166-1 alpha-2 code (case-insensitive) or a substring of the country name.
Latitude of a point to test against coverage polygons. Requires `lon`.
Longitude of a point to test against coverage polygons. Requires `lat`.
Response 200
Vehicles available for booking
Cities where the vehicle can be booked
City name
ISO 3166-1 alpha-2 country code
Country name
Area of the city the vehicle serves. Omitted when the stored boundary is not GeoJSON.
Linear rings; the first is the outer boundary, any others are holes
GeoJSON geometry type. Always `Polygon`.
Load capacity and typical use of the vehicle
Unique vehicle identifier
Vehicle name, accepted as the `vehicle` field when quoting or booking
Human-readable outcome. Defaults to `Ok`.
Always `true` on a success response.
Errors
Every failure returns the same envelope. Branch on code — it is the stable contract; message is human-facing and may be reworded or localized. See the error reference for what each code means.