Get the nearest available slot for a product
Find the nearest upcoming availability slot for a product. Returns null/204 if no slot exists within the advance schedule window.
Authorizations
Storefront API key (sfk_...)
Path Parameters
ID of the product
"123e4567-e89b-12d3-a456-426614174000"
Response
Nearest available slot
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) — differs from fromDate for cross-midnight slots
"2026-04-10"
End time of the slot (HH:MM:SS, UTC)
"09:30:00"
ID of the location this slot is associated with, or null if not location-specific
"123e4567-e89b-12d3-a456-426614174001"
ID of the staff member this slot is associated with, or null if not staff-specific
"123e4567-e89b-12d3-a456-426614174002"