# Fleetit ## Docs - [Overview](https://docs.fleetit.com/documentation/overview.md) - [Error Codes](https://docs.fleetit.com/documentation/error-codes.md): Error codes and messages returned by the API. - [Pagination](https://docs.fleetit.com/documentation/pagination.md) - [Multi-Fleets Management](https://docs.fleetit.com/documentation/multi-fleets-management.md) - [Rate limiting](https://docs.fleetit.com/documentation/rate-limiting.md) - [Hubspot](https://docs.fleetit.com/documentation/integrations/hubspot.md) - [Webhook](https://docs.fleetit.com/documentation/integrations/webhook.md) - [Fleetio](https://docs.fleetit.com/documentation/integrations/fleetio.md) - [Submit Test Toll](https://docs.fleetit.com/documentation/integrations/test-tolls.md) - [Driver Billing Overview](https://docs.fleetit.com/documentation/driver-billing.md): How billing plans, driver invoices, and credit notes fit together. - [Billing Plans](https://docs.fleetit.com/documentation/billing-plans.md): What a billing plan is, how charges are computed, and how plans turn usage into invoices. - [Whoami](https://docs.fleetit.com/api-reference/auth/whoami/whoami.md): This endpoint allows you to retrieve information about the currently authenticated user. - [Update](https://docs.fleetit.com/api-reference/auth/whoami/update.md): This API endpoint allows you to update the user information. - [Obtain Token](https://docs.fleetit.com/api-reference/auth/obtain-token.md): Exchange credentials for an access token. - [Refresh Token](https://docs.fleetit.com/api-reference/auth/refresh-token.md): Exchange a refresh token for a new access token. - [Bulk Create](https://docs.fleetit.com/api-reference/vehicles/bulk-create.md): Create multiple vehicles in the system. - [Bulk Update](https://docs.fleetit.com/api-reference/vehicles/bulk-update.md): Update multiple vehicles in the system. - [List](https://docs.fleetit.com/api-reference/vehicles/list.md): Retrieve a list of all vehicles in the system. - [Export](https://docs.fleetit.com/api-reference/vehicles/export.md): Export vehicles from the system into a link of csv. - [Create](https://docs.fleetit.com/api-reference/vehicles/create.md): Create a new vehicle in the system. - [List Vehicle Types](https://docs.fleetit.com/api-reference/vehicles/vehicle-types.md): Retrieve a list of all vehicle types in the system. - [Update](https://docs.fleetit.com/api-reference/vehicles/update.md): Update a vehicle by ID. - [Get](https://docs.fleetit.com/api-reference/vehicles/get.md): Get a vehicle by ID. - [History](https://docs.fleetit.com/api-reference/vehicles/history.md): Retrieve a vehicle's status changes over time, newest first. - [Get](https://docs.fleetit.com/api-reference/fleet/settings/get.md): Retrieve the settings of the fleet. - [Update](https://docs.fleetit.com/api-reference/fleet/settings/update.md): Update the settings of the fleet. - [Patch Settings](https://docs.fleetit.com/api-reference/fleet/settings/patch.md): Partially update fleet settings. - [List](https://docs.fleetit.com/api-reference/fleet/servicetypes/list.md): Retrieve a list of all service types in the system. - [Get Service Type](https://docs.fleetit.com/api-reference/fleet/servicetypes/get.md): Retrieve a service type by ID. - [List Onboarding Vehicles](https://docs.fleetit.com/api-reference/fleet/onboarding/list-vehicles.md): Retrieve vehicles for fleet onboarding. - [Create Onboarding Vehicles](https://docs.fleetit.com/api-reference/fleet/onboarding/create-vehicles.md): Submit vehicles for fleet onboarding. - [List](https://docs.fleetit.com/api-reference/fleet/regions/list.md): Retrieve a list of all regions in the system. - [List](https://docs.fleetit.com/api-reference/fleet/list.md): Retrieve a list of all fleets in the system. - [Get](https://docs.fleetit.com/api-reference/fleet/get.md): Get a fleet by ID. - [Create](https://docs.fleetit.com/api-reference/fleet/create.md): Create a fleet in the system. - [Update](https://docs.fleetit.com/api-reference/fleet/update.md): Update a fleet by ID. - [Patch Fleet](https://docs.fleetit.com/api-reference/fleet/patch.md): Partially update a fleet by ID. - [List](https://docs.fleetit.com/api-reference/parking/list.md): Retrieve a list of all citations in the system. - [Summary](https://docs.fleetit.com/api-reference/parking/summary.md): Get summary statistics for citations. - [Columns](https://docs.fleetit.com/api-reference/parking/columns.md) - [Get Citation](https://docs.fleetit.com/api-reference/parking/get.md): Retrieve details for a specific citation. - [List](https://docs.fleetit.com/api-reference/transponders/shipments/list.md): List all shipments of transponders - [Get](https://docs.fleetit.com/api-reference/transponders/shipments/get-one.md): Get a shipment of transponders - [Receive](https://docs.fleetit.com/api-reference/transponders/shipments/receive.md): Receive a shipment of transponders - [Create](https://docs.fleetit.com/api-reference/transponders/shipments/create-return-shipment.md): Create a shipment of transponders - [Ship](https://docs.fleetit.com/api-reference/transponders/shipments/confirm-shipment.md): Ship a shipment of transponders - [List Couriers](https://docs.fleetit.com/api-reference/transponders/shipments/couriers.md): Retrieve available shipment couriers. - [Assign Vehicle](https://docs.fleetit.com/api-reference/transponders/assign-vehicle.md): Assign a vehicle to a transponder - [Unassign Vehicle](https://docs.fleetit.com/api-reference/transponders/unassign-vehicle.md): Unassign a vehicle from a transponder - [List](https://docs.fleetit.com/api-reference/transponders/list.md): Retrieve a list of transponders - [GET](https://docs.fleetit.com/api-reference/transponders/get.md): Retrieve a transponder by ID - [Create Order](https://docs.fleetit.com/api-reference/transponders/create-order.md): Create a transponder order. - [List](https://docs.fleetit.com/api-reference/tolls/list.md): Returns a list of tolls. - [Get Toll](https://docs.fleetit.com/api-reference/tolls/get.md): Retrieve a toll by ID. - [Update Toll](https://docs.fleetit.com/api-reference/tolls/update.md): Partially update a toll by ID. - [History](https://docs.fleetit.com/api-reference/tolls/history.md): Retrieve the history of a toll. - [List](https://docs.fleetit.com/api-reference/documents/list.md): Retrieve a paginated list of uploaded documents. - [Get](https://docs.fleetit.com/api-reference/documents/get.md): Retrieve a single document by ID. - [Upload](https://docs.fleetit.com/api-reference/documents/upload.md): Upload a single PDF document. - [Upload Multiple](https://docs.fleetit.com/api-reference/documents/upload-multi.md): Upload multiple PDF documents in a single request. - [List](https://docs.fleetit.com/api-reference/integrations/fleet-active-integrations/list.md) - [Create](https://docs.fleetit.com/api-reference/integrations/fleet-active-integrations/create.md) - [Get](https://docs.fleetit.com/api-reference/integrations/fleet-active-integrations/get.md) - [Update](https://docs.fleetit.com/api-reference/integrations/fleet-active-integrations/update.md) - [Delete Active Integration](https://docs.fleetit.com/api-reference/integrations/fleet-active-integrations/delete.md): Delete an active fleet integration. - [List](https://docs.fleetit.com/api-reference/integrations/logs/list.md): A viewset for listing and retrieving CustomerLog instances. with filtering capabilities. - [Get Integration Log](https://docs.fleetit.com/api-reference/integrations/logs/get.md): Retrieve an integration log by ID. - [List](https://docs.fleetit.com/api-reference/integrations/list.md): Retrieve a list of all integrations in the system. - [Get Integration](https://docs.fleetit.com/api-reference/integrations/get.md): Retrieve an integration by ID. - [List](https://docs.fleetit.com/api-reference/driver-agreements/list.md): Retrieves the list of existing driver agreements from the system for a particular fleet ID. - [Add](https://docs.fleetit.com/api-reference/driver-agreements/add.md): Creates a single driver agreement based on a particular vehicle and driver . - [Bulk Create](https://docs.fleetit.com/api-reference/driver-agreements/create-bulk.md): Creates multiple driver agreements based on provided vehicle and driver details. - [Get Driver Agreement](https://docs.fleetit.com/api-reference/driver-agreements/get.md): Retrieve a driver agreement by ID. - [Update Driver Agreement](https://docs.fleetit.com/api-reference/driver-agreements/update.md): Partially update a driver agreement by ID. - [Close](https://docs.fleetit.com/api-reference/driver-agreements/close.md): Closes an existing driver agreement by setting the agreement end date. - [Exchange](https://docs.fleetit.com/api-reference/driver-agreements/exchange.md): Exchange an existing driver agreement for a new driver. - [List Driver Invoices](https://docs.fleetit.com/api-reference/driver-invoices/list.md): Retrieve all driver invoices. - [Generate Draft Invoice](https://docs.fleetit.com/api-reference/driver-invoices/generate.md): Create a draft invoice for an agreement. - [Create Driver Invoice](https://docs.fleetit.com/api-reference/driver-invoices/create.md): Create a driver invoice. - [Get Driver Invoice](https://docs.fleetit.com/api-reference/driver-invoices/get.md): Retrieve a single driver invoice with fees, tickets, and adjustments. - [Update Driver Invoice](https://docs.fleetit.com/api-reference/driver-invoices/update.md): Update a driver invoice. - [Delete Driver Invoice](https://docs.fleetit.com/api-reference/driver-invoices/delete.md): Delete a driver invoice. - [Preview Draft Total](https://docs.fleetit.com/api-reference/driver-invoices/preview.md): Return the draft total without saving. - [Refresh Draft Invoice](https://docs.fleetit.com/api-reference/driver-invoices/refresh.md): Recalculate a draft invoice and pull in unbilled tickets. - [Finalize Invoice](https://docs.fleetit.com/api-reference/driver-invoices/finalize.md): Lock the invoice and trigger PDF generation. - [Void Invoice](https://docs.fleetit.com/api-reference/driver-invoices/void.md): Void an invoice, optionally releasing its tickets. - [Update Payment Status](https://docs.fleetit.com/api-reference/driver-invoices/payment-status.md): Set the payment status of an invoice. - [Adjust Fee](https://docs.fleetit.com/api-reference/driver-invoices/adjust-fee.md): Override a charge line on a draft invoice. - [Remove Fee Adjustment](https://docs.fleetit.com/api-reference/driver-invoices/remove-adjustment.md): Drop a fee override from a draft invoice. - [Create Credit Note](https://docs.fleetit.com/api-reference/driver-invoices/create-credit-note.md): Credit against a finalized invoice. - [Download Invoice PDF](https://docs.fleetit.com/api-reference/driver-invoices/download.md): Retrieve the invoice PDF (async; poll until ready). - [Export Invoices to CSV](https://docs.fleetit.com/api-reference/driver-invoices/export.md): Email a CSV export of invoices matching the current filters. - [List Credit Notes](https://docs.fleetit.com/api-reference/driver-credit-notes/list.md): Retrieve all credit notes. - [Create Credit Note](https://docs.fleetit.com/api-reference/driver-credit-notes/create.md): Create a credit note. - [Get Credit Note](https://docs.fleetit.com/api-reference/driver-credit-notes/get.md): Retrieve a single credit note. - [Void Credit Note](https://docs.fleetit.com/api-reference/driver-credit-notes/void.md): Void a credit note. - [Download Credit Note PDF](https://docs.fleetit.com/api-reference/driver-credit-notes/download.md): Retrieve the credit-note PDF (async; poll until ready). - [Add](https://docs.fleetit.com/api-reference/drivers/add.md): Driver Model View Set - [List](https://docs.fleetit.com/api-reference/drivers/list.md): List the existing drivers in the system - [Get Driver](https://docs.fleetit.com/api-reference/drivers/get.md): Retrieve a driver by ID. - [Update Driver](https://docs.fleetit.com/api-reference/drivers/update.md): Partially update a driver by ID. - [Bulk Create](https://docs.fleetit.com/api-reference/drivers/create-bulk.md): Creates multiple drivers in system - [List Billing Plans](https://docs.fleetit.com/api-reference/billing-plans/list.md): Retrieve all billing plans. - [Create Billing Plan](https://docs.fleetit.com/api-reference/billing-plans/create.md): Create a billing plan with its charges. - [Get Billing Plan](https://docs.fleetit.com/api-reference/billing-plans/get.md): Retrieve a single billing plan. - [Update Billing Plan](https://docs.fleetit.com/api-reference/billing-plans/update.md): Update a billing plan; the charges array is a full replacement. - [Delete Billing Plan](https://docs.fleetit.com/api-reference/billing-plans/delete.md): Soft-delete a billing plan. - [List Payment Methods](https://docs.fleetit.com/api-reference/billing/payment-methods/list.md): Retrieve all payment methods for the fleet. - [Create Payment Method](https://docs.fleetit.com/api-reference/billing/payment-methods/create.md): Add a new payment method to the fleet. - [Get Default Payment Method](https://docs.fleetit.com/api-reference/billing/payment-methods/get-default.md): Retrieve the fleet's default payment method. - [Set Default Payment Method](https://docs.fleetit.com/api-reference/billing/payment-methods/set-default.md): Set a payment method as the fleet default. - [Remove Payment Method](https://docs.fleetit.com/api-reference/billing/payment-methods/remove.md): Remove a payment method from the fleet. - [List Billing Statuses](https://docs.fleetit.com/api-reference/billing/statuses/list.md): Retrieve all billing statuses. - [Create Billing Status](https://docs.fleetit.com/api-reference/billing/statuses/create.md): Create a new billing status. - [Get Billing Status](https://docs.fleetit.com/api-reference/billing/statuses/get.md): Retrieve a billing status by ID. - [Update Billing Status](https://docs.fleetit.com/api-reference/billing/statuses/update.md): Replace a billing status by ID. - [Patch Billing Status](https://docs.fleetit.com/api-reference/billing/statuses/patch.md): Partially update a billing status by ID. - [Delete Billing Status](https://docs.fleetit.com/api-reference/billing/statuses/delete.md): Delete a billing status by ID. - [List Support Tickets](https://docs.fleetit.com/api-reference/support-tickets/list.md): Retrieve all support tickets. - [Create Support Ticket](https://docs.fleetit.com/api-reference/support-tickets/create.md): Create a new support ticket. - [Get Support Ticket](https://docs.fleetit.com/api-reference/support-tickets/get.md): Retrieve a support ticket by ID. - [Update Support Ticket](https://docs.fleetit.com/api-reference/support-tickets/update.md): Partially update a support ticket by ID. - [Delete Support Ticket](https://docs.fleetit.com/api-reference/support-tickets/delete.md): Delete a support ticket by ID. - [Add Comment](https://docs.fleetit.com/api-reference/support-tickets/comments/create.md): Add a comment to a support ticket. - [Update Comment](https://docs.fleetit.com/api-reference/support-tickets/comments/update.md): Update a support ticket comment. - [Delete Comment](https://docs.fleetit.com/api-reference/support-tickets/comments/delete.md): Delete a support ticket comment. - [Stats: Citations Count](https://docs.fleetit.com/api-reference/stats/citations-count.md): Retrieve citation count statistics. - [Stats: Citations Volume](https://docs.fleetit.com/api-reference/stats/citations-volume.md): Retrieve citation volume statistics. - [Stats: Tolls Count](https://docs.fleetit.com/api-reference/stats/tolls-count.md): Retrieve toll count statistics. - [Stats: Tolls Volume](https://docs.fleetit.com/api-reference/stats/tolls-volume.md): Retrieve toll volume statistics. - [Stats: Tolls Distribution](https://docs.fleetit.com/api-reference/stats/tolls-distribution.md): Retrieve toll distribution statistics. - [Stats: Vehicles Count](https://docs.fleetit.com/api-reference/stats/vehicles-count.md): Retrieve vehicle count statistics. - [Stats: Vehicles Volume](https://docs.fleetit.com/api-reference/stats/vehicles-volume.md): Retrieve vehicle volume statistics. ## OpenAPI Specs - [openapi](https://docs.fleetit.com/openapi.json) - [fleetit](https://docs.fleetit.com/.archive/fleetit.yml) ## Optional - [Connect with Us](https://fleetit.com/contact) - [Status](https://status.fleetit.com/) - [Blog](https://fleetit.com/blog)