Version 2.0
The Flott Operator API v2.0 provides a comprehensive interface for managing taxi operations. This documentation will guide you through the available endpoints and features.
All API requests should be made to:
https://api.goflott.com
All API requests require authentication using an API token. To obtain your API token:
Authorization: YOUR_API_TOKEN
Keep your API token secure and do not share it with unauthorized parties. If you believe your token has been compromised, contact Flott support immediately.
For detailed API documentation, please refer to:
API Endpoints Reference - Detailed documentation of all available API endpoints and methods
API Objects Reference - Comprehensive documentation of all API objects and their fields
If you are facing troubles with Operator API, please follow these steps:
If nothing helps, please contact [email protected] and provide as many details about your problem as you can:
/dispatch/v2/tariff
Searching for tariffs at some location filtered by the provided parameters. In each request, there should be at least an origin parameter.
/dispatch/v2/order/prepare
Prepares data for a new order. Preparation request is needed to fix estimation price.
/dispatch/v2/order/prepare/{ORDER_ID}
Updates data prepared in Prepare an order V2 for a new order.
/dispatch/v2/order/confirm/{ORDER_ID}
Confirm order creation. The order will be visible in the Dispatch panel.
/dispatch/v1/notification/{AUTH_TOKEN}
WebSocket to listen for order update notifications. Connection limit is 100 connections/hour.