Turvo

Turvo is a collaborative cloud transportation management system (TMS) that unifies shippers, freight brokers, and carriers on a single real-time platform. Its self-service Public API is a JSON REST interface (base https://publicapi.turvo.com) secured with OAuth 2.0 plus a per-tenant API key, covering shipments, orders, locations, accounts (customers), and carriers, with event-driven webhooks for status changes and location updates. API credentials and the interactive reference are provisioned per tenant from the API profile inside the Turvo application, so the surface is self-serve for Turvo customers rather than openly public.

Turvo publishes 7 APIs on the APIs.io network, including Accounts API, Authentication API, Carriers API, and 4 more. Tagged areas include Logistics, Transportation Management System, TMS, Supply Chain, and Freight.

Turvo’s developer surface includes authentication, documentation, and 7 more developer resources.

37.1/100 thin ▬ flat Agent 31/100 agent aware Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
AccessEnterpriseSelf serve
7 APIs
LogisticsTransportation Management SystemTMSSupply ChainFreightShipmentsCarriers

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 37.1/100 · thin
Contract Quality 15.9 / 25
Developer Ergonomics 3.9 / 20
Commercial Clarity 5.8 / 20
Operational Transparency 4.1 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 31/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/turvo: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 7

Individual APIs this provider publishes, each with its own machine-readable definition.

Turvo Accounts API

Customers, shippers, and business partners.

Turvo Authentication API

OAuth 2.0 token exchange for the Public API.

Turvo Carriers API

Transportation providers hauling freight.

Turvo Locations API

Facility and address master used as shipment stops.

Turvo Orders API

Customer demand records planned into shipments.

Turvo Shipments API

Freight loads - the core shipment object in Turvo.

Turvo Tracking API

Real-time location updates and status milestones on a shipment.

Scroll for all 7

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Turvo Public API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Turvo Plans Pricing

1 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Turvo Rate Limits

3 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Turvo Finops

FINOPS

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Turvo Authentication

apiKey/http · 2 schemes

SECURITY

Turvo Domain Security

TLSv1.3 · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Turvo Agentic Access

24 operations · 13 acting

24 operations · 13 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Access & Security 2

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: turvo
url: https://raw.githubusercontent.com/api-evangelist/turvo/refs/heads/main/apis.yml
name: Turvo
kind: company
description: Turvo is a collaborative cloud transportation management system (TMS) that unifies shippers, freight brokers,
  and carriers on a single real-time platform. Its self-service Public API is a JSON REST interface (base https://publicapi.turvo.com)
  secured with OAuth 2.0 plus a per-tenant API key, covering shipments, orders, locations, accounts (customers), and carriers,
  with event-driven webhooks for status changes and location updates. API credentials and the interactive reference are provisioned
  per tenant from the API profile inside the Turvo application, so the surface is self-serve for Turvo customers rather than
  openly public.
accessModel:
  pricing: enterprise
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Enterprise · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/turvo.png
tags:
- Logistics
- Transportation Management System
- TMS
- Supply Chain
- Freight
- Shipments
- Carriers
created: '2026-07-05'
modified: '2026-07-05'
specificationVersion: '0.19'
apis:
- aid: turvo:turvo-accounts-api
  name: Turvo Accounts API
  description: Customers, shippers, and business partners.
  humanURL: https://help.turvo.com/hc/en-us/sections/12970447299987-API-Documentation
  baseURL: https://publicapi.turvo.com/v1
  tags:
  - Accounts
  properties:
  - type: OpenAPI
    url: openapi/turvo-accounts-api-openapi.yml
  - type: Documentation
    url: https://help.turvo.com/hc/en-us/articles/4407388745619-Using-Turvo-s-self-service-Public-API-and-webhooks
  - type: APIReference
    url: https://app.turvo.com/lobby/documentation
  - type: PostmanCollection
    url: collections/turvo.postman_collection.json
  - type: OpenCollection
    url: collections/turvo.opencollection.json
- aid: turvo:turvo-authentication-api
  name: Turvo Authentication API
  description: OAuth 2.0 token exchange for the Public API.
  humanURL: https://help.turvo.com/hc/en-us/sections/12970447299987-API-Documentation
  baseURL: https://publicapi.turvo.com/v1
  tags:
  - Authentication
  properties:
  - type: OpenAPI
    url: openapi/turvo-authentication-api-openapi.yml
  - type: Documentation
    url: https://help.turvo.com/hc/en-us/articles/4407388745619-Using-Turvo-s-self-service-Public-API-and-webhooks
  - type: APIReference
    url: https://app.turvo.com/lobby/documentation
  - type: PostmanCollection
    url: collections/turvo.postman_collection.json
  - type: OpenCollection
    url: collections/turvo.opencollection.json
- aid: turvo:turvo-carriers-api
  name: Turvo Carriers API
  description: Transportation providers hauling freight.
  humanURL: https://help.turvo.com/hc/en-us/sections/12970447299987-API-Documentation
  baseURL: https://publicapi.turvo.com/v1
  tags:
  - Carriers
  properties:
  - type: OpenAPI
    url: openapi/turvo-carriers-api-openapi.yml
  - type: Documentation
    url: https://help.turvo.com/hc/en-us/articles/4407388745619-Using-Turvo-s-self-service-Public-API-and-webhooks
  - type: APIReference
    url: https://app.turvo.com/lobby/documentation
  - type: PostmanCollection
    url: collections/turvo.postman_collection.json
  - type: OpenCollection
    url: collections/turvo.opencollection.json
- aid: turvo:turvo-locations-api
  name: Turvo Locations API
  description: Facility and address master used as shipment stops.
  humanURL: https://help.turvo.com/hc/en-us/sections/12970447299987-API-Documentation
  baseURL: https://publicapi.turvo.com/v1
  tags:
  - Locations
  properties:
  - type: OpenAPI
    url: openapi/turvo-locations-api-openapi.yml
  - type: Documentation
    url: https://help.turvo.com/hc/en-us/articles/4407388745619-Using-Turvo-s-self-service-Public-API-and-webhooks
  - type: APIReference
    url: https://app.turvo.com/lobby/documentation
  - type: PostmanCollection
    url: collections/turvo.postman_collection.json
  - type: OpenCollection
    url: collections/turvo.opencollection.json
- aid: turvo:turvo-orders-api
  name: Turvo Orders API
  description: Customer demand records planned into shipments.
  humanURL: https://help.turvo.com/hc/en-us/sections/12970447299987-API-Documentation
  baseURL: https://publicapi.turvo.com/v1
  tags:
  - Orders
  properties:
  - type: OpenAPI
    url: openapi/turvo-orders-api-openapi.yml
  - type: Documentation
    url: https://help.turvo.com/hc/en-us/articles/4407388745619-Using-Turvo-s-self-service-Public-API-and-webhooks
  - type: APIReference
    url: https://app.turvo.com/lobby/documentation
  - type: PostmanCollection
    url: collections/turvo.postman_collection.json
  - type: OpenCollection
    url: collections/turvo.opencollection.json
- aid: turvo:turvo-shipments-api
  name: Turvo Shipments API
  description: Freight loads - the core shipment object in Turvo.
  humanURL: https://help.turvo.com/hc/en-us/sections/12970447299987-API-Documentation
  baseURL: https://publicapi.turvo.com/v1
  tags:
  - Shipments
  properties:
  - type: OpenAPI
    url: openapi/turvo-shipments-api-openapi.yml
  - type: Documentation
    url: https://help.turvo.com/hc/en-us/articles/4407388745619-Using-Turvo-s-self-service-Public-API-and-webhooks
  - type: APIReference
    url: https://app.turvo.com/lobby/documentation
  - type: PostmanCollection
    url: collections/turvo.postman_collection.json
  - type: OpenCollection
    url: collections/turvo.opencollection.json
- aid: turvo:turvo-tracking-api
  name: Turvo Tracking API
  description: Real-time location updates and status milestones on a shipment.
  humanURL: https://help.turvo.com/hc/en-us/sections/12970447299987-API-Documentation
  baseURL: https://publicapi.turvo.com/v1
  tags:
  - Tracking
  properties:
  - type: OpenAPI
    url: openapi/turvo-tracking-api-openapi.yml
  - type: Documentation
    url: https://help.turvo.com/hc/en-us/articles/4407388745619-Using-Turvo-s-self-service-Public-API-and-webhooks
  - type: APIReference
    url: https://app.turvo.com/lobby/documentation
  - type: PostmanCollection
    url: collections/turvo.postman_collection.json
  - type: OpenCollection
    url: collections/turvo.opencollection.json
common:
- type: AgenticAccess
  url: agentic-access/turvo-agentic-access.yml
- type: DomainSecurity
  url: security/turvo-domain-security.yml
- type: Authentication
  url: authentication/turvo-authentication.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/turvo
- type: Website
  url: https://turvo.com
- type: Documentation
  url: https://help.turvo.com/hc/en-us/sections/12970447299987-API-Documentation
- type: Plans
  url: plans/turvo-plans-pricing.yml
- type: RateLimits
  url: rate-limits/turvo-rate-limits.yml
- type: FinOps
  url: finops/turvo-finops.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com