List bookable appointment slots for a queue
Lists the published bookable callback slots for a contact-center queue over a date window, together with the tenant’s branding and page copy, so a hosted booking page renders without a signed-in session. Optional from / to (ISO-8601, defaulting to the next 14 days), slot_minutes (5-240, default 30) and lead_minutes (0-20160, default 60) shape the window. The tenant must opt in to public booking: a tenant or queue that has not opted in returns enabled: false rather than an error, so the endpoint never reveals whether a queue exists.
Response
Either enabled: false when the queue is not open to public booking, or the queue's branding, copy, timezone and slot list in data, within the standard { data, meta } envelope.
Either enabled: false when the queue is not open to public booking, or the queue's branding, copy, timezone and slot list in data, within the standard { data, meta } envelope.