🌐 Welcome to OLIMP API
Our API provides seamless freight brokerage & warehouse integration, allowing customers to:
✅ Submit RFQs (Requests for Quotations)
✅ Receive real-time quotes from warehouses
✅ Track RFQ and Quote 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