v1.0.0
OpenAPI 3.1.0

iotee Fleet Public API

Read-only public API for iotee fleet customers: vehicles, drivers, trips, live vehicle location, and fleet statistics.

Authenticate with an API key (X-API-Key or Authorization: Bearer) — see Authorize below for the key format. List endpoints accept page and limit query params.

Full guides — authentication, rate limits & packages, errors, pagination — live at the docs site. This reference is the single source of truth for endpoints, schemas, and the try-it console.

Production

Client Libraries

Account

Account Operations

Get current API key info, package, and usage

Responses
  • application/json
  • application/json
  • application/json
Request Example for get/me
curl https://api.iotee.app/v1/public/me \
  --header 'X-API-Key: YOUR_SECRET_TOKEN'
{
  "success": true,
  "data": {
    "transport_uuid": "string",
    "key_uuid": "string",
    "key_name": "string",
    "key_prefix": "string",
    "scopes": [
      "string"
    ],
    "usage_this_month": 1,
    "package": {
      "name": "string",
      "slug": "string",
      "monthly_quota": 1,
      "rate_limit_per_min": 1,
      "tenant_usage": 1
    }
  }
}

Vehicles (Collapsed)

Drivers (Collapsed)

Trips (Collapsed)

Live (Collapsed)

Stats (Collapsed)

Geofences (Collapsed)

Geofences Operations

Notifications (Collapsed)

Fuel (Collapsed)

Parts (Collapsed)

Inventory (Collapsed)

Inventory Operations

Models