# Get Available Slots ## Get Available Time Slots ### 📌 Description This endpoint retrieves available time slots for inbound deliveries at a specific warehouse. You can specify a time range to get all available slots within that period. ### 🔹 Use Cases - Checking available delivery slots before booking an inbound - Planning delivery schedules for inventory restocking - Finding suitable time windows for warehouse deliveries - Optimizing delivery planning based on availability Endpoint: GET /api/fulfilment/slots/available Version: 1.0.0 Security: OAuth2 ## Query parameters: - `warehouse_code` (string, required) - `start_time` (string, required) - `end_time` (string, required) ## Response 200 fields (application/json): - `slots` (array, required) - `slots.end_time` (string, required) - `slots.start_time` (string, required) ## Response default fields (application/json): - `code` (string) Error code Example: "not_found" - `details` (object) Error details - `message` (string) Error message