Onfleet
Onfleet is an AI-powered last-mile delivery management platform that orchestrates fleet operations, dispatch, route optimization, and customer experience across internal and outsourced delivery fleets. The platform powers 400M+ deliveries for brands including Eaze, Total Wine & More, Pizza Hut, Kroger, and Urbanstems across industries from prepared meals and grocery to cannabis, pharmacy, and furniture. Onfleet exposes a comprehensive REST API v2.7 for tasks, workers, route plans, route optimization, orders, recipients, destinations, organizations/teams, and webhooks — backed by official SDKs in Python, Node.js, PHP, Java, and Go, plus the 150+ courier Onfleet Connect network.
APIs
Onfleet Tasks API
Create, list, fetch, update, clone, force-complete, and delete pickup/dropoff tasks. Tasks are the atomic unit of work in Onfleet — each has a destination, recipient, completion...
Onfleet Workers API
Manage drivers — create, list, update, delete, fetch a worker's assigned tasks, and pull a delivery manifest for compliance reporting. Workers are bound to teams, have vehicle m...
Onfleet Route Plans API
Create and manage route plans — ordered sequences of tasks assigned to a worker for a time window — and kick off asynchronous route optimization jobs (task-based, vehicle-based,...
Onfleet Orders API
Orders represent a pickup-dropoff task pair shared between a courier organization and its clients on the Onfleet Connect network. Clients can quote, create, update, clone, cance...
Onfleet Organizations & Teams API
Look up your own organization and connected delegatee organizations on Onfleet Connect, manage administrators (Super and Standard, optionally read-only), create and list teams, ...
Onfleet Recipients API
Create and look up end customers (recipients) by ID, name, or E.164 phone number. Recipients carry SMS notification preferences and metadata, and can be reused across tasks.
Onfleet Destinations API
Manage geocoded physical addresses used as task pickup/dropoff locations. Accepts a parsed address structure or a single `unparsed` field; coordinates are returned as GeoJSON [l...
Onfleet Webhooks API
Register HTTPS callbacks against 27 trigger types covering task lifecycle, worker duty/CRUD, route plan state changes, SMS recipient events, and async job completions (auto-disp...
Collections
Onfleet Destinations API
POSTMANOnfleet Orders API
POSTMANOnfleet Organizations API
POSTMANOnfleet Recipients API
POSTMANOnfleet Route Plans API
POSTMANOnfleet Tasks API
POSTMANOnfleet Webhooks API
POSTMANOnfleet Workers API
POSTMANOnfleet Orders API
OPENOnfleet Tasks API
OPENOnfleet Webhooks API
OPENOnfleet Workers API
OPENArazzo Workflows
Onfleet Assign Task to Worker
Create a task and explicitly assign it to a worker's container, then verify.
ARAZZOOnfleet Auto-Assign Task
Create a task with auto-assignment to a team, then confirm a worker was assigned.
ARAZZOOnfleet Batch Create and List Tasks
Submit a batch of tasks asynchronously, then list tasks to verify the load.
ARAZZOOnfleet Build Route Plan
Create a route plan for a worker, append tasks to it, then read it back.
ARAZZOOnfleet Clone and Force-Complete Task
Read a task, clone it for a redelivery, then force-complete the original.
ARAZZOOnfleet Dispatch Team Tasks
Survey unassigned tasks, trigger team auto-dispatch, then re-check what remains.
ARAZZOOnfleet Fulfill Courier Order
Quote a pickup-and-dropoff order, create it, then read back its status.
ARAZZOOnfleet Onboard Worker to Team
Create a team, add a new worker to it, then confirm the worker's membership.
ARAZZOOnfleet Optimize Team Routes
Initialize and start a route optimization, poll its status, then apply the result.
ARAZZOOnfleet Provision Administrator and Team
Create an administrator, create a team they manage, then confirm the team list.
ARAZZOOnfleet Provision Delivery Task
Create a recipient and destination, then create a delivery task and confirm it.
ARAZZOOnfleet Register Task Webhook
Register a webhook, fetch the signing secret, then confirm it is listed.
ARAZZOOnfleet Upsert Recipient and Create Task
Look up a recipient by phone, create one if missing, then create a task for them.
ARAZZOGraphQL
Onfleet GraphQL Schema
Conceptual GraphQL schema for the [Onfleet](https://onfleet.com) last-mile delivery management platform. Derived from the [Onfleet REST API v2.7](https://docs.onfleet.com/refere...
GRAPHQLPricing Plans
Rate Limits
FinOps
Onfleet Finops
FINOPSFeatures
Integrations
Event Specifications
Onfleet Webhooks
Real-time event stream delivered as HTTPS POST callbacks from Onfleet to a URL you register via the Webhooks API. Each webhook is bound to a single triggerId; payloads share a c...
ASYNCAPI