Dedicated server simplybook and custom flow

Hi,

We’re building a custom funnel on our own site (API v2, server-side) and want to show available slots for several locations side by side per date.

timeline/slots (with available_count) takes a single service_id + provider_id, so 5 locations × 3 services = ~15 calls per date. Is there any availability endpoint that returns multiple providers/services in one call?

I can imagine that on peak this is not ideal even on the busseniss plan. Maybe we should cache the spots locally in this scenario.

Grtz thymo

hi, there is no endpoint to return all this at once. Caching the data is highly recommended in your case