Get current availabilities for a product
Retrieve individual bookable time slots for a product on a given date.
Authorizations
Storefront API key (sfk_...)
Path Parameters
ID of the product
"123e4567-e89b-12d3-a456-426614174000"
Query Parameters
Date (YYYY-MM-DD)
Filter by location ID
Filter by staff member ID
Timezone for date/time calculations
Booking duration in seconds; defaults to the product base duration
Response
Availabilities
ID of the product this slot belongs to
"123e4567-e89b-12d3-a456-426614174000"
Start date of the slot (YYYY-MM-DD, UTC)
"2026-04-10"
Start time of the slot (HH:MM:SS, UTC)
"09:00:00"
End date of the slot (YYYY-MM-DD, UTC)
"2026-04-10"
End time of the slot (HH:MM:SS, UTC)
"09:30:00"
Total booked attendees overlapping this slot
Maximum attendees capacity for this product
Comma-separated staff member IDs associated with this slot, or null
Comma-separated location IDs associated with this slot, or null