Cómo integrar la API de TRANSCEND en tu TMS
·0 0 min de lectura
Cómo integrar la API de TRANSCEND en tu TMS
TRANSCEND expone una API REST (back.transcend.cargoffer.com) con módulos Route, Tolls, Traffic, POI. La integras en tu TMS con el SDK oficial.
Pasos
- Obtén token en docs.transcend.cargoffer.com.
- Llama GET /costs para peaje por viaje.
- Usa transcend-sdk (Python/JS) para rutas.
# Peaje en TMS
curl -X GET "https://back.transcend.cargoffer.com/costs?vehicle=4x2" -H "Authorization: Bearer $TRANSCEND_TOKEN"
FAQ
¿SDK oficial? Sí: transcend-sdk (Python) y transcend-sdk-js (TypeScript).