Introduction
Welcome to the Courimax API documentation. Courimax is a multi-tenant delivery management system that provides seamless integrations with Yango, Galaxis, and Floating Deli.
What is Courimax?
Courimax is a comprehensive delivery management platform that helps businesses:
- Manage orders across multiple delivery partners
- Track deliveries in real-time
- Automate dispatch to optimize courier assignments
- Integrate with existing systems through our REST API
- Handle multi-tenant operations for SaaS providers
Key Features
- Multi-tenant architecture - Support for multiple organizations with isolated data
- Real-time tracking - Live updates on order status and courier locations
- Flexible integrations - Connect with Yango, Galaxis, Floating Deli, and more
- Webhook support - Get notified when order status changes
- Comprehensive API - Full control over orders, drivers, routes, and more
Base URL
All API requests should be made to:
https://api.courimax.com/api
For local development:
http://localhost:3001/api
Authentication
The API uses API key authentication. Include your API key in the X-API-Key header:
curl -H "X-API-Key: cmx_your_api_key" \
https://api.courimax.com/api/integrations/yango/orders
Quick Links
- Quick Start Guide - Get up and running in 5 minutes
- Authentication - Learn how to authenticate
- API Reference - Complete endpoint documentation
- Integration Guides - Step-by-step integration tutorials
Need Help?
- Check our Best Practices guide
- Review Error Codes for troubleshooting
- Contact support at support@courimax.com