API
Create and manage service tickets via the API
Integrate service ticket creation with your existing workflows. Automatically generate tickets from IoT alerts, customer reports, or partner requests.
curl -X POST "https://organization-api.fleetflow.io/v1/service-tickets" \-H "Authorization: Bearer $TOKEN" \-H "Content-Type: application/json" \-d '{"vehicle_uuid":"...","type":"repair","description":"Battery replacement"}'