FedEx website screenshot

FedEx

FedEx is a logistics company that provides shipping and delivery services worldwide. They offer a range of solutions for individuals and businesses, including express shipping, freight services, and e-commerce fulfillment. FedEx publishes a suite of REST APIs covering tracking, shipping, rating, address validation, pickup, locator, trade documents, and post-shipment visibility through their developer portal.

8 APIs 3 Features
Address ValidationFreightLogisticsPickupRatingShippingTrackingWebhooksFortune 100

APIs

FedEx Track API

Track API allows customers and partners to retrieve up-to-the-minute package and shipment status, scan events, delivery details, and proof of delivery using tracking numbers, re...

FedEx Ship API

Ship API lets developers create domestic and international shipments, generate shipping labels, validate addresses, schedule pickups, and manage end-to-end shipment workflows pr...

FedEx Rate API

Rate API returns rate quotes and transit times for FedEx Express, Ground, Freight, and SmartPost services so applications can present pricing and delivery options at checkout or...

FedEx Address Validation API

Address Validation API verifies postal addresses for deliverability, classifies them as residential or commercial, and corrects common formatting and spelling issues prior to sh...

FedEx Pickup API

Pickup API provides programmatic access to schedule, modify, and cancel package pickups, and to determine pickup availability for a given origin and service combination.

FedEx Locations API

Locations API helps applications find FedEx Office, FedEx Ship Center, drop boxes, and authorized ship centers near a given address or coordinate, including hours of operation a...

FedEx Authorization API

Authorization API issues OAuth 2.0 access tokens used to authenticate all other FedEx API calls. Tokens are obtained via client credentials generated from a FedEx Developer Port...

FedEx Shipment Visibility Webhook

Shipment Visibility Webhook pushes near real-time tracking events to a registered HTTPS endpoint, eliminating the need to repeatedly poll the Track API for shipment status changes.

Collections

GraphQL

FedEx GraphQL Schema

This conceptual GraphQL schema represents the FedEx shipping and logistics platform APIs, covering the full lifecycle of shipment creation, tracking, rating, pickup scheduling, ...

GRAPHQL

Pricing Plans

Fedex Plans Pricing

1 plans

PLANS

Rate Limits

Fedex Rate Limits

1 limits

RATE LIMITS

FinOps

Fedex Finops

FINOPS

Features

FedEx: API access via partner / B2B contracts only
No public API pricing published — contact enterprise sales
FedEx Developer Portal APIs (Ship, Rate, Track, Address Validation) require an account; rates vary by ship date / weight / zone.

Press

FedEx to Offer Access to AI-Powered Post-Purchase ...

2026-05-25

FedEx and Cisco Transform Business Through AI Workflows

2026-05-25

FedEx Freight Adds AI Tools to Boost Win Percentage - TT

2026-05-25

Technology and Innovation Policy Perspectives

2026-05-25

FedEx Announces Expansion of FedEx Fulfillment With ...

2026-05-25

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
🔗
Catalog
Catalog
📝
Signup
Signup

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: FedEx Track API
  version: 1.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Authorization
    type: folder
  items:
  - info:
      name: Issue OAuth 2.0 access token
      type: http
    http:
      method: POST
      url: https://apis.fedex.com/oauth/token
      body:
        type: form-urlencoded
        data:
        - name: grant_type
          value: ''
        - name: client_id
          value: ''
        - name: client_secret
          value: ''
    docs: 'Exchanges FedEx Developer Portal client credentials for an OAuth 2.0

      bearer access token. The returned access token is valid for one hour

      and must be included as a Bearer token on subsequent API calls.

      '
- info:
    name: Track
    type: folder
  items:
  - info:
      name: Track by tracking numbers
      type: http
    http:
      method: POST
      url: https://apis.fedex.com/track/v1/trackingnumbers
      headers:
      - name: x-locale
        value: ''
      - name: x-customer-transaction-id
        value: ''
      body:
        type: json
        data: '{}'
    docs: 'Returns up-to-the-minute package and shipment status, scan events,

      and delivery details for up to 30 tracking numbers per request.

      '
  - info:
      name: Track by reference
      type: http
    http:
      method: POST
      url: https://apis.fedex.com/track/v1/referencenumbers
      body:
        type: json
        data: '{}'
    docs: 'Tracks shipments using customer-provided reference identifiers such as

      purchase order (PO), invoice, or Bill of Lading (BOL).

      '
  - info:
      name: Track by Transportation Control Number (TCN)
      type: http
    http:
      method: POST
      url: https://apis.fedex.com/track/v1/tcn
      body:
        type: json
        data: '{}'
    docs: 'Tracks shipments using the U.S. Government Transportation Control

      Number (TCN). TCN tracking is intended for U.S. Government users.

      '
  - info:
      name: Track associated shipments (multi-piece)
      type: http
    http:
      method: POST
      url: https://apis.fedex.com/track/v1/associatedshipments
      body:
        type: json
        data: '{}'
    docs: 'Returns associated tracking information for multiple-piece shipments

      (MPS) - related child tracking numbers for a given master.

      '
  - info:
      name: Retrieve tracking documents
      type: http
    http:
      method: POST
      url: https://apis.fedex.com/track/v1/trackingdocuments
      body:
        type: json
        data: '{}'
    docs: 'Requests post-shipment documents such as Signature Proof of Delivery

      (SPOD), Bill of Lading (BOL), or freight billing documents (FBD).

      '
  - info:
      name: Send shipment notifications
      type: http
    http:
      method: POST
      url: https://apis.fedex.com/track/v1/notifications
      body:
        type: json
        data: '{}'
    docs: 'Requests email or other notifications for shipment events such as

      in-transit, exception, and delivery.

      '
bundled: true