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 shipmentsGET /shipments/{id}- Get shipment detailsPOST /shipments- Create a new shipmentPUT /shipments/{id}- Update a shipment
Quotes
POST /quotes- Request freight quotesGET /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