Skip to content
Developer Platform

Build with the Transportial API

The operational transportation management API. Full access to planning, tracking, invoicing, and integrations — all built on the OTM5 open data standard.

OpenAPI 3.0Specification
RESTArchitecture
OTM5Data model
JWTAuthentication
Transportial REST API
# Authentication
Authorization: Bearer <your-access-token>
GET /api/transportOrder/{id} # fetch transport order
POST /api/transportOrder # create transport order
GET /api/vehicle/tracking # live GPS positions
POST /api/trip # plan a trip
GET /api/invoice/{id} # billing & financials
# Base URL
https://api.otms.transportial.com/api
Quick Start

Get up and running in minutes

Four steps to your first transport order

01

Get your API key

Register a developer account and authenticate to receive your bearer token.

02

Read the docs

Explore the guides to understand core concepts like transport orders, consignments, and trips.

03

Make your first call

Create a transport order with a single POST request and see the response.

04

Build & integrate

Connect your systems, install apps, and automate your transport operations.

Try it now
curl -X POST https://api.otms.transportial.com/api/user/login \
-H "Content-Type: application/json" \
-d '{ "username": "you@company.com", "password": "..." }'
Capabilities

Everything you need to manage transport

A complete REST API covering the entire transport lifecycle

Orders

Transport Orders

Create, update, and manage transport orders through their full lifecycle — from request to delivery.

View docs →
Planning

Trips & Route Planning

Build trips with actions, assign vehicles and chauffeurs, and calculate optimised routes.

View docs →
Tracking

Real-Time Tracking

Track vehicles with GPS, monitor arrival/departure events, and get sensor data updates.

View docs →
Webhooks

Webhooks & Events

Subscribe to transport events and get real-time notifications when entities change.

View docs →
Finance

Invoicing & Quotes

Generate invoices and quotes from transport orders, manage charges and approval flows.

View docs →
Integrations

Integrations & Apps

Connect external systems via the App Store — telematics, ERP, accounting, and more.

View docs →
Documents

Document Generation

Generate CMR, waybills, and custom PDF documents from transport data.

View docs →
App Store

App Store SDK

Build and publish apps that extend the Transportial platform for all users.

View docs →

Start building today

Register your developer account and create your first transport order in minutes.