Skip to main content
GET
/
v1
/
inventory
/
available-slots
Get all slots with availability
curl --request GET \
  --url http://localhost:3000/v1/inventory/available-slots
{
  "available_slots": [
    null
  ],
  "total_count": 123,
  "available_count": 123,
  "zone": "<string>"
}

Query Parameters

zone
string
default:A

Zone code

Example:

"A"

Response

200 - application/json

All slots with availability info

available_slots
null[]
required
total_count
number
required
available_count
number
required
zone
string
required