Ryder System website screenshot

Ryder System

Ryder System, Inc. is a leading provider of supply chain, dedicated transportation, and fleet management solutions. Ryder operates a developer portal offering REST APIs for fleet management and supply chain operations, enabling customers to integrate Ryder services into their business systems. The Fleet Management APIs support customers who lease, rent, and maintain vehicles, while the Supply Chain Solutions APIs support carrier management, load tracking, shipment management, and last-mile delivery operations.

5 APIs 3 Features
Fleet ManagementLogisticsSupply ChainTransportationTruckingFortune 500

APIs

Ryder Fleet Management API

The Ryder Fleet Management API (FMS) enables seamless integration of fleet and location data into business systems. It provides access to Ryder fleet details including vehicle i...

Ryder Carrier API

The Ryder Carrier API enables carriers to push updates to Ryder for managing transportation, brokerage, and tracking services. It supports resource assignment and tracking for l...

Ryder TM Shipment Management API

The Ryder TM Shipment Management API enables seamless integration for customers to manage shipments, loads, and tracking updates. It uses OAuth 2.0 Client Credentials flow via O...

Ryder Last Mile API

The Ryder Last Mile API handles last-mile delivery operations, enabling integration with Ryder's last-mile delivery network for e-commerce fulfillment and parcel delivery manage...

Ryder 3PA Load Tracking API

The Ryder 3PA Load Tracking API provides third-party logistics load tracking functionality, enabling visibility into load status and location throughout the shipment lifecycle.

Collections

Pricing Plans

Rate Limits

Ryder System Rate Limits

1 limits

RATE LIMITS

FinOps

Features

Ryder System: API access via partner / B2B contracts only
No public API pricing published — contact enterprise sales
Ryder fleet management and logistics APIs offered to commercial clients via Ryder Connect.

Semantic Vocabularies

Ryder System Context

0 classes · 29 properties

JSON-LD

API Governance Rules

Ryder System API Rules

7 rules · 3 errors 3 warnings 1 info

SPECTRAL

JSON Structure

Ryder Shipment Structure

0 properties

JSON STRUCTURE

Ryder Vehicle Structure

0 properties

JSON STRUCTURE

Example Payloads

Press

Ryder Establishes Silicon Valley-Based Technology Lab ...

2026-05-25

Ryder Silicon Valley Lab Developing AI-Driven Logistics ...

2026-05-25

Ryder names Richard Mohr as the new chief technology ...

2026-05-25

Ryder System, Inc. - News

2026-05-25

Ryder and Terminal Digitize Yard; Achieve 99% Accuracy ...

2026-05-25

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🌐
DeveloperPortal
DeveloperPortal
🔗
Documentation
Documentation
🔗
Vocabulary
Vocabulary
🔗
JSONLDContext
JSONLDContext
🔗
SpectralRules
SpectralRules
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Ryder TM Shipment Management API
  version: '2026-01-01'
request:
  auth:
    type: oauth2
    flow: client_credentials
    accessTokenUrl: https://login.okta.com/oauth2/v1/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Shipments
    type: folder
  items:
  - info:
      name: List Shipments
      type: http
    http:
      method: GET
      url: https://api.ryder.com/tmshipment/v1/shipments
      params:
      - name: status
        value: ''
        type: query
      - name: startDate
        value: ''
        type: query
      - name: endDate
        value: ''
        type: query
      - name: page
        value: ''
        type: query
      - name: pageSize
        value: ''
        type: query
    docs: Retrieve a list of shipments with their current status and details.
  - info:
      name: Create Shipment
      type: http
    http:
      method: POST
      url: https://api.ryder.com/tmshipment/v1/shipments
      body:
        type: json
        data: '{}'
    docs: Submit a comprehensive and detailed description of shipment requirements as soon as they are available from the
      customer source system.
  - info:
      name: Get Shipment
      type: http
    http:
      method: GET
      url: https://api.ryder.com/tmshipment/v1/shipments/:shipmentId
      params:
      - name: shipmentId
        value: ''
        type: path
    docs: Retrieve details for a specific shipment.
  - info:
      name: Update Shipment
      type: http
    http:
      method: PUT
      url: https://api.ryder.com/tmshipment/v1/shipments/:shipmentId
      params:
      - name: shipmentId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Update shipment details or requirements.
- info:
    name: Loads
    type: folder
  items:
  - info:
      name: List Loads
      type: http
    http:
      method: GET
      url: https://api.ryder.com/tmshipment/v1/loads
      params:
      - name: shipmentId
        value: ''
        type: query
      - name: status
        value: ''
        type: query
      - name: page
        value: ''
        type: query
      - name: pageSize
        value: ''
        type: query
    docs: Retrieve a list of loads associated with shipments.
  - info:
      name: Get Load
      type: http
    http:
      method: GET
      url: https://api.ryder.com/tmshipment/v1/loads/:loadId
      params:
      - name: loadId
        value: ''
        type: path
    docs: Retrieve details for a specific load.
- info:
    name: Ship Confirmation
    type: folder
  items:
  - info:
      name: Confirm Shipment
      type: http
    http:
      method: POST
      url: https://api.ryder.com/tmshipment/v1/ship-confirmations
      body:
        type: json
        data: '{}'
    docs: Submit a ship confirmation with final shipment details once goods are shipped.
- info:
    name: Ship Status
    type: folder
  items:
  - info:
      name: Get Shipment Status
      type: http
    http:
      method: GET
      url: https://api.ryder.com/tmshipment/v1/ship-status/:shipmentId
      params:
      - name: shipmentId
        value: ''
        type: path
    docs: Retrieve the current status and tracking information for a shipment throughout its lifecycle.
bundled: true