FleetIA API

Integrate FleetIA data into your systems. Read-only REST API authenticated via API keys.

Authentication

All API requests require an API key sent via the X-API-Key header.

curl -H "X-API-Key: flt_your_key_here" \
  https://fleetia.phs.mx/api/v1/public/v1/vehicles

Rate limit: 60 requests/minute per API key.

Endpoints

GET/public/v1/vehicles
GET/public/v1/vehicles/:id
GET/public/v1/drivers
GET/public/v1/trips
GET/public/v1/positions/latest
GET/public/v1/alerts
GET/public/v1/occupancy/summary
GET/public/v1/work-orders

Webhooks

Subscribe to real-time events. Payloads are signed with HMAC-SHA256 via the X-FleetIA-Signature header.

alert.createdalert.resolvedvehicle.createdvehicle.updateddriver.createdtrip.startedtrip.completedwork_order.createdwork_order.completedposition.updateoccupancy.overcrowding

SDKs & Resources

Swagger / OpenAPI

Interactive API documentation with try-it-out.

Open Swagger UI →

Enterprise Support

Custom integrations, dedicated endpoints, SLA.

Contact API team →