Skip to main content
🚀 New: AI-Powered ETA Predictions now available!Learn more →
IntegrationsUpdated 2024-12-14

API Overview

Introduction to the SupplySense 360 REST API.

The SupplySense 360 API allows you to integrate our platform with your existing systems.

Base URL

All API requests should be made to:

https://api.supplysense360.com/v1

Authentication

We use API keys for authentication. Include your key in the header:

Authorization: Bearer YOUR_API_KEY

Available Endpoints

Shipments

  • GET /shipments - List all shipments
  • GET /shipments/{id} - Get shipment details
  • POST /shipments - Create a new shipment
  • PUT /shipments/{id} - Update a shipment

Quotes

  • POST /quotes - Request freight quotes
  • GET /quotes/{id} - Get quote details

Tracking

  • GET /tracking/{number} - Get tracking updates

Rate Limits

  • Standard: 1,000 requests/hour
  • Enterprise: Custom limits available

Webhooks

Configure webhooks to receive real-time updates for:

  • Shipment status changes
  • Exception alerts
  • Document availability
  • ETA updates