Share your basic details and get sandbox API keys to start sending orders from your website, app or internal tools into the FlyMyBaggage engine.
$ curl -X POST https://yourdomain.com/api/orders
-H "X-Client-Key: ****"
-H "X-Client-Secret: ****"
-H "Content-Type: application/json"
-d '{
"pickup_city": "Delhi",
"drop_city": "Mumbai",
"bags": 2,
"callback_url": "https://yourapp.com/order/123"
}'