This site hosts serverless functions that simulate key endpoints of the Phorest salon API. Use the following paths to test your agents:
/services
– list of services/staff
– list of staff and qualifications/availability?date=YYYY-MM-DD&serviceIds=ID1,ID2&staffId=...
– available slots/clients/search?phone=...&email=...
– find a client/clients
– create a client (POST)/appointments
– book an appointment (POST)/appointments/:id/activate
– activate a booking/appointments/:id/reschedule
– reschedule a booking (POST)/appointments/:id/cancel
– cancel a bookingAll data is static and resets between deployments.