Appointments API
Create, read, update, and delete appointments programmatically.
Endpoints
Section titled “Endpoints”GET /api/appointments— List appointmentsPOST /api/appointments— Create an appointmentGET /api/appointments/:id— Get appointment detailsPUT /api/appointments/:id— Update an appointmentDELETE /api/appointments/:id— Delete an appointment