Puris Agenda API
Spa booking and scheduling service
Available Endpoints
GET /api/services- List all servicesPOST /api/service- Create a servicePUT /api/service/:id- Update a serviceDELETE /api/service/:id- Delete a serviceGET /api/staffers- List all staffPOST /api/staff- Create staffPUT /api/staff/:id- Update staffDELETE /api/staff/:id- Delete staffPOST /api/staff/:id/services- Set staff servicesPUT /api/staff/:id/services- Update staff servicesDELETE /api/staff/:id/services- Remove staff servicesPOST /api/staff/:id/time-slots- Set staff scheduleGET /api/staff/:id/time-slots- Get staff scheduleGET /api/staff/:id/availability- Get available slotsGET /api/staff/:id/bookings- Get staff bookingsGET /api/bookings- List all bookingsPOST /api/booking- Create a bookingPUT /api/booking/:id- Update a bookingDELETE /api/booking/:id- Delete a booking