---
title: "Cfm Fleet Map"
method: GET
path: "/api/cfm/fleet/map"
tags: ["CFM"]
---

# Cfm Fleet Map

`GET /api/cfm/fleet/map`

Geographic freight view for the CFM fleet.

SORA has NO live GPS/position endpoint (vehicles expose only plate numbers and
routes expose only text origin/destination). To still give a useful map we
geocode each route's origin/destination against a curated catalogue of the
PEMEX Cinco Presidentes region (Tabasco / Veracruz) that SORA operates in, and
return route segments + endpoint markers. This is an honest approximation of
the freight network, not real-time truck telemetry.

## Headers

- `x-api-key` string, nullable
- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/718de1c0d866/schema)
