Rest API
When the widget first loads, it will fetch settings and ref-data (services and resources).
Base URL
The url contains the unique id for the Cliento account
https://cliento.com/api/v2/partner/cliento/{id}/
Fetch settings
Fetch settings and features for the booking widget
GET /settings/
Fetch ref-data
Fetch services, resources and mappings for the booking widget
GET /ref-data/
Fetch slots
Fetch available slots for the given service, resource and dates
GET /resources/slots?fromDate=2021-02-01&resIds=4575&srvIds=28232&toDate=2021-02-07