🌐 Welcome to OLIMP API
OLIMP Link - API Integration links freight with warehousing in real time allowing you to:
✅ Submit Requests for Quotes
✅ Receive real-time quotes from warehouses
✅ Track RFQ and Freight Status Updates
✅ Get notified via webhooks when important events occur
✅ Attach files to RFQs
✅ Download attached files from RFQs
Authentication
All API requests must include an API-Key in the header:
X-Api-Key: YOUR_API_KEY_HERE
You can obtain your API Key and Customer ID by contacting our support team. These credentials uniquely identify and authorize your organization’s requests.
Customer ID
Many endpoints require a Customer ID (18 characters long). The customerId ties your requests to your account. Always include it in the URL path where required:
/api/v2/customer/{customerId}/{resource}
Base URL
Production:
https://api.olimpwarehousing.com/api/v2
Development:
https://api.dev.olimpcorp.com/api/v2
Contact our support team to obtain your API Key and Customer ID