ZipFleet
Documentation

Everything you need to get started with ZipFleet. From basic setup to advanced integrations.

Quick Start

1

Create Account

Sign up for your free ZipFleet account and verify your email.

2

Setup Organization

Configure your organization settings and invite team members.

3

Add Drivers

Import or manually add your drivers to the platform.

4

Configure Payouts

Set up automated payout rules and connect your payment system.

API Reference

Powerful REST API to integrate ZipFleet with your existing systems.

Popular Endpoints

GET/api/drivers

Retrieve all drivers in your organization

POST/api/drivers

Create a new driver profile

GET/api/drivers/{id}/payouts

Get payout history for a specific driver

POST/api/email-campaigns

Create and send email campaigns

GET/api/analytics/dashboard

Retrieve dashboard analytics data

Code Example

// Get all drivers
const
response =
await
fetch(
'https://api.zipfleet.com/v1/drivers'
, {
headers: {
'Authorization'
:
'Bearer YOUR_API_KEY'
,
'Content-Type'
:
'application/json'
}
});
// Process response
const
drivers =
await
response.json();

Need Help?

Our support team is here to help you succeed with ZipFleet.