Karma Common API
​string · required​string · pattern: ​string · enum
Available time slots for orders and bookings
Get time slots for a location on a specific date
GET
https://common-api.karma.life
/api/v1/locations/{locationId}/time-slots/{date}
Generates available time slots for pickup/ordering at a location on a specific date.
Time slots are generated based on:
- The location's opening hours from the schedules system
- The location's configured time slot duration (e.g., 10 or 15 minutes)
- Any exceptions (holidays, special closures)
If the location is closed on the requested date (either by regular hours or exception), an empty time slots array is returned.
Note: This endpoint requires API key authentication.
path Parameters
locationIdLocation ID
date^\d{4}-\d{2}-\d{2}$ · requiredDate in YYYY-MM-DD format
Get time slots for a location on a specific date › Responses
Time slots retrieved successfully
Time slots retrieved successfully
statusEnum values:
success
​object
​object